Html Css Color HEX #EFC202 Golden Poppy

📋 copy color: '#EFC202'

red 239 ◦ green 194 ◦ blue 2

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

Shades of Golden Poppy #EFC202

Tints of Golden Poppy #EFC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 54.94%
G = 44.6%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFC202 (or 0xEFC202) is known color: Golden Poppy. HEX triplet: EF, C2 and 02. RGB value is (239,194,2). Sum of RGB (Red+Green+Blue) = 239+194+2=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC202 is #103DFD. Grayscale: #BABABA. Windows color (decimal): -1064446 or 180975. OLE color: 180975.

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

Color convert

RGB 239 194 2 -
CMYK 0 0.19 0.99 0.06
HSL 48.61º 0.98% 0.47% -
HSV(B) 48.61º 0.99% 0.94% -
XYZ 54.9 56.94 8.15 -
YUV 185.57 24.41 166.11 -
System Red Green Blue C M Y K H S L
Decimal 239 194 2 0 0.19 0.99 0.06 48.61 0.98 0.47
Hex EF C2 2 0 13 63 6 31 62 2F
Octal 357 302 2 0 23 143 6 61 142 57
Binary 11101111 11000010 10 0 10011 1100011 110 110001 1100010 101111

Color Harmonies of #EFC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC202

Black with #EFC202

Text Example


Text Example

White with #EFC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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