Html Css Color HEX #EFC908 Golden Poppy

📋 copy color: '#EFC908'

red 239 ◦ green 201 ◦ blue 8

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

Shades of Golden Poppy #EFC908

Tints of Golden Poppy #EFC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 53.35%
G = 44.87%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC908 (or 0xEFC908) is known color: Golden Poppy. HEX triplet: EF, C9 and 08. RGB value is (239,201,8). Sum of RGB (Red+Green+Blue) = 239+201+8=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC908 is #1036F7. Grayscale: #BFBFBF. Windows color (decimal): -1062648 or 575983. OLE color: 575983.

HSL color Cylindrical-coordinate representation of color #EFC908: hue angle of 50.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFC908 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 8 -
CMYK 0 0.16 0.97 0.06
HSL 50.13º 0.94% 0.48% -
HSV(B) 50.13º 0.97% 0.94% -
XYZ 56.53 60.14 8.86 -
YUV 190.36 25.09 162.69 -
System Red Green Blue C M Y K H S L
Decimal 239 201 8 0 0.16 0.97 0.06 50.13 0.94 0.48
Hex EF C9 8 0 10 61 6 32 5E 30
Octal 357 311 10 0 20 141 6 62 136 60
Binary 11101111 11001001 1000 0 10000 1100001 110 110010 1011110 110000

Color Harmonies of #EFC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC908

Black with #EFC908

Text Example


Text Example

White with #EFC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC908; }

 p { color: rgb(239,201,8); }

 H1.HeaderClassName
 {
   color: #EFC908;
 }
 .AnyTagClassName
 {
   color: #EFC908;
 }
</style>

background-color css

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

 a { background-color: rgb(239,201,8); }

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

border-color css

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

 span { border-color: rgb(239,201,8); }

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