Html Css Color HEX #EFB802 Golden Poppy

📋 copy color: '#EFB802'

red 239 ◦ green 184 ◦ blue 2

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

Shades of Golden Poppy #EFB802

Tints of Golden Poppy #EFB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 56.24%
G = 43.29%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFB802 (or 0xEFB802) is known color: Golden Poppy. HEX triplet: EF, B8 and 02. RGB value is (239,184,2). Sum of RGB (Red+Green+Blue) = 239+184+2=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB802 is #1047FD. Grayscale: #B4B4B4. Windows color (decimal): -1067006 or 178415. OLE color: 178415.

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

Color convert

RGB 239 184 2 -
CMYK 0 0.23 0.99 0.06
HSL 46.08º 0.98% 0.47% -
HSV(B) 46.08º 0.99% 0.94% -
XYZ 52.75 52.64 7.44 -
YUV 179.7 27.72 170.3 -
System Red Green Blue C M Y K H S L
Decimal 239 184 2 0 0.23 0.99 0.06 46.08 0.98 0.47
Hex EF B8 2 0 17 63 6 2E 62 2F
Octal 357 270 2 0 27 143 6 56 142 57
Binary 11101111 10111000 10 0 10111 1100011 110 101110 1100010 101111

Color Harmonies of #EFB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB802

Black with #EFB802

Text Example


Text Example

White with #EFB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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