Html Css Color HEX #EFC200 Golden Poppy

📋 copy color: '#EFC200'

red 239 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #EFC200

Tints of Golden Poppy #EFC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.2%
G = 44.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFC200 (or 0xEFC200) is known color: Golden Poppy. HEX triplet: EF, C2 and 00. RGB value is (239,194,0). Sum of RGB (Red+Green+Blue) = 239+194+0=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC200 is #103DFF. Grayscale: #BABABA. Windows color (decimal): -1064448 or 49903. OLE color: 49903.

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

Color convert

RGB 239 194 0 -
CMYK 0 0.19 1 0.06
HSL 48.7º 1% 0.47% -
HSV(B) 48.7º 1% 0.94% -
XYZ 54.89 56.93 8.1 -
YUV 185.34 23.41 166.27 -
System Red Green Blue C M Y K H S L
Decimal 239 194 0 0 0.19 1 0.06 48.7 1 0.47
Hex EF C2 0 0 13 64 6 31 64 2F
Octal 357 302 0 0 23 144 6 61 144 57
Binary 11101111 11000010 0 0 10011 1100100 110 110001 1100100 101111

Color Harmonies of #EFC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC200

Black with #EFC200

Text Example


Text Example

White with #EFC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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