Html Css Color HEX #EFC508 Golden Poppy

📋 copy color: '#EFC508'

red 239 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #EFC508

Tints of Golden Poppy #EFC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.37%

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

R = 53.83%
G = 44.37%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC508 (or 0xEFC508) is known color: Golden Poppy. HEX triplet: EF, C5 and 08. RGB value is (239,197,8). Sum of RGB (Red+Green+Blue) = 239+197+8=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC508 is #103AF7. Grayscale: #BCBCBC. Windows color (decimal): -1063672 or 574959. OLE color: 574959.

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

Color convert

RGB 239 197 8 -
CMYK 0 0.18 0.97 0.06
HSL 49.09º 0.94% 0.48% -
HSV(B) 49.09º 0.97% 0.94% -
XYZ 55.61 58.3 8.55 -
YUV 188.01 26.41 164.37 -
System Red Green Blue C M Y K H S L
Decimal 239 197 8 0 0.18 0.97 0.06 49.09 0.94 0.48
Hex EF C5 8 0 12 61 6 31 5E 30
Octal 357 305 10 0 22 141 6 61 136 60
Binary 11101111 11000101 1000 0 10010 1100001 110 110001 1011110 110000

Color Harmonies of #EFC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC508

Black with #EFC508

Text Example


Text Example

White with #EFC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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