#EFB80A

Color #EFB80A Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #EFB80A

Tints of Selective Yellow #EFB80A

Color information

#EFB80A (or 0xEFB80A) is unknown color: approx Selective Yellow. HEX triplet: EF, B8 and 0A. RGB value is (239,184,10). Sum of RGB (Red+Green+Blue) = 239+184+10=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB80A is #1047F5. Grayscale: #B5B5B5. Windows color (decimal): -1066998 or 702703. OLE color: 702703.

HSL color Cylindrical-coordinate representation of color #EFB80A: hue angle of 45.59º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFB80A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB23918410-
CMYK00.230.960.06
HSL45.59º91.97%48.82%-
HSV(B)45.59º95.82%93.73%-
XYZ52.7952.657.67-
YUV180.6131.72169.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 55.20%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 10 (4.30% from 255) = 2.31%
R=55.20%
G=42.49%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391841000.230.960.0645.5991.9748.82
HexEFB8A0176062e5c31
Octal3572701202714065613461
Binary1110111110111000101001011111000001101011101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB80A; }

 p { color: rgb(239,184,10); }

 H1.HeaderClassName
 {
   color: #EFB80A;
 }
 .AnyTagClassName
 {
   color: #EFB80A;
 }
</style>
background-color css

<style>
 a { background-color: #EFB80A; }

 a { background-color: rgb(239,184,10); }

 div.DivClassName
 {
   background-color: #EFB80A;
 }
 .BgClassName
 {
   background-color: #EFB80A;
 }
</style>
border-color css

<style>
 span { border-color: #EFB80A; }

 span { border-color: rgb(239,184,10); }

 td.TdClassName
 {
   border-color: #EFB80A;
 }
 .TagClassName
 {
   border-color: #EFB80A;
 }
</style>