Html Css Color HEX #EFB80A Selective Yellow

📋 copy color: '#EFB80A'

red 239 ◦ green 184 ◦ blue 10

#EFB80A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #EFB80A

Tints of Selective Yellow #EFB80A

RGB

 RED value IS 239 (93.75% from 255) = 55.2%

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 55.2%
G = 42.49%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFB80A (or 0xEFB80A) is known color: 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

RGB 239 184 10 -
CMYK 0 0.23 0.96 0.06
HSL 45.59º 0.92% 0.49% -
HSV(B) 45.59º 0.96% 0.94% -
XYZ 52.79 52.65 7.67 -
YUV 180.61 31.72 169.65 -
System Red Green Blue C M Y K H S L
Decimal 239 184 10 0 0.23 0.96 0.06 45.59 0.92 0.49
Hex EF B8 A 0 17 60 6 2E 5C 31
Octal 357 270 12 0 27 140 6 56 134 61
Binary 11101111 10111000 1010 0 10111 1100000 110 101110 1011100 110001

Color Harmonies of #EFB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB80A

Black with #EFB80A

Text Example


Text Example

White with #EFB80A

Text Example


Text Example

HTML Codes & Css Web 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>