Html Css Color HEX #EFC802 Golden Poppy

📋 copy color: '#EFC802'

red 239 ◦ green 200 ◦ blue 2

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

Shades of Golden Poppy #EFC802

Tints of Golden Poppy #EFC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 54.2%
G = 45.35%
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

#EFC802 (or 0xEFC802) is known color: Golden Poppy. HEX triplet: EF, C8 and 02. RGB value is (239,200,2). Sum of RGB (Red+Green+Blue) = 239+200+2=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC802 is #1037FD. Grayscale: #BDBDBD. Windows color (decimal): -1062910 or 182511. OLE color: 182511.

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

Color convert

RGB 239 200 2 -
CMYK 0 0.16 0.99 0.06
HSL 50.13º 0.98% 0.47% -
HSV(B) 50.13º 0.99% 0.94% -
XYZ 56.26 59.66 8.61 -
YUV 189.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 239 200 2 0 0.16 0.99 0.06 50.13 0.98 0.47
Hex EF C8 2 0 10 63 6 32 62 2F
Octal 357 310 2 0 20 143 6 62 142 57
Binary 11101111 11001000 10 0 10000 1100011 110 110010 1100010 101111

Color Harmonies of #EFC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC802

Black with #EFC802

Text Example


Text Example

White with #EFC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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