Html Css Color HEX #EFC902 Golden Poppy

📋 copy color: '#EFC902'

red 239 ◦ green 201 ◦ blue 2

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

Shades of Golden Poppy #EFC902

Tints of Golden Poppy #EFC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 54.07%
G = 45.48%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFC902 (or 0xEFC902) is known color: Golden Poppy. HEX triplet: EF, C9 and 02. RGB value is (239,201,2). Sum of RGB (Red+Green+Blue) = 239+201+2=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC902 is #1036FD. Grayscale: #BEBEBE. Windows color (decimal): -1062654 or 182767. OLE color: 182767.

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

Color convert

RGB 239 201 2 -
CMYK 0 0.16 0.99 0.06
HSL 50.38º 0.98% 0.47% -
HSV(B) 50.38º 0.99% 0.94% -
XYZ 56.49 60.13 8.69 -
YUV 189.68 22.09 163.18 -
System Red Green Blue C M Y K H S L
Decimal 239 201 2 0 0.16 0.99 0.06 50.38 0.98 0.47
Hex EF C9 2 0 10 63 6 32 62 2F
Octal 357 311 2 0 20 143 6 62 142 57
Binary 11101111 11001001 10 0 10000 1100011 110 110010 1100010 101111

Color Harmonies of #EFC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC902

Black with #EFC902

Text Example


Text Example

White with #EFC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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