Html Css Color HEX #EFC608 Golden Poppy

📋 copy color: '#EFC608'

red 239 ◦ green 198 ◦ blue 8

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

Shades of Golden Poppy #EFC608

Tints of Golden Poppy #EFC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 53.71%
G = 44.49%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC608 (or 0xEFC608) is known color: Golden Poppy. HEX triplet: EF, C6 and 08. RGB value is (239,198,8). Sum of RGB (Red+Green+Blue) = 239+198+8=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC608 is #1039F7. Grayscale: #BDBDBD. Windows color (decimal): -1063416 or 575215. OLE color: 575215.

HSL color Cylindrical-coordinate representation of color #EFC608: hue angle of 49.35º 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 #EFC608 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 8 -
CMYK 0 0.17 0.97 0.06
HSL 49.35º 0.94% 0.48% -
HSV(B) 49.35º 0.97% 0.94% -
XYZ 55.83 58.76 8.63 -
YUV 188.6 26.08 163.95 -
System Red Green Blue C M Y K H S L
Decimal 239 198 8 0 0.17 0.97 0.06 49.35 0.94 0.48
Hex EF C6 8 0 11 61 6 31 5E 30
Octal 357 306 10 0 21 141 6 61 136 60
Binary 11101111 11000110 1000 0 10001 1100001 110 110001 1011110 110000

Color Harmonies of #EFC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC608

Black with #EFC608

Text Example


Text Example

White with #EFC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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