Html Css Color HEX #EFC20C Golden Poppy

📋 copy color: '#EFC20C'

red 239 ◦ green 194 ◦ blue 12

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

Shades of Golden Poppy #EFC20C

Tints of Golden Poppy #EFC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

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

R = 53.71%
G = 43.6%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC20C (or 0xEFC20C) is known color: Golden Poppy. HEX triplet: EF, C2 and 0C. RGB value is (239,194,12). Sum of RGB (Red+Green+Blue) = 239+194+12=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC20C is #103DF3. Grayscale: #BBBBBB. Windows color (decimal): -1064436 or 836335. OLE color: 836335.

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

Color convert

RGB 239 194 12 -
CMYK 0 0.19 0.95 0.06
HSL 48.11º 0.9% 0.49% -
HSV(B) 48.11º 0.95% 0.94% -
XYZ 54.95 56.96 8.45 -
YUV 186.71 29.41 165.3 -
System Red Green Blue C M Y K H S L
Decimal 239 194 12 0 0.19 0.95 0.06 48.11 0.9 0.49
Hex EF C2 C 0 13 5F 6 30 5A 31
Octal 357 302 14 0 23 137 6 60 132 61
Binary 11101111 11000010 1100 0 10011 1011111 110 110000 1011010 110001

Color Harmonies of #EFC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC20C

Black with #EFC20C

Text Example


Text Example

White with #EFC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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