Html Css Color HEX #EFC60C Golden Poppy

📋 copy color: '#EFC60C'

red 239 ◦ green 198 ◦ blue 12

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

Shades of Golden Poppy #EFC60C

Tints of Golden Poppy #EFC60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 53.23%
G = 44.1%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC60C (or 0xEFC60C) is known color: Golden Poppy. HEX triplet: EF, C6 and 0C. RGB value is (239,198,12). Sum of RGB (Red+Green+Blue) = 239+198+12=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC60C is #1039F3. Grayscale: #BDBDBD. Windows color (decimal): -1063412 or 837359. OLE color: 837359.

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

Color convert

RGB 239 198 12 -
CMYK 0 0.17 0.95 0.06
HSL 49.16º 0.9% 0.49% -
HSV(B) 49.16º 0.95% 0.94% -
XYZ 55.86 58.77 8.75 -
YUV 189.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 239 198 12 0 0.17 0.95 0.06 49.16 0.9 0.49
Hex EF C6 C 0 11 5F 6 31 5A 31
Octal 357 306 14 0 21 137 6 61 132 61
Binary 11101111 11000110 1100 0 10001 1011111 110 110001 1011010 110001

Color Harmonies of #EFC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC60C

Black with #EFC60C

Text Example


Text Example

White with #EFC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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