Html Css Color HEX #EAB602 Golden Poppy

📋 copy color: '#EAB602'

red 234 ◦ green 182 ◦ blue 2

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

Shades of Golden Poppy #EAB602

Tints of Golden Poppy #EAB602

RGB

 RED value IS 234 (91.8% from 255) = 55.98%

 GREEN value IS 182 (71.48% from 255) = 43.54%

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

R = 55.98%
G = 43.54%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB602 (or 0xEAB602) is known color: Golden Poppy. HEX triplet: EA, B6 and 02. RGB value is (234,182,2). Sum of RGB (Red+Green+Blue) = 234+182+2=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB602 is #1549FD. Grayscale: #B1B1B1. Windows color (decimal): -1395198 or 177898. OLE color: 177898.

HSL color Cylindrical-coordinate representation of color #EAB602: hue angle of 46.55º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAB602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 2 -
CMYK 0 0.22 0.99 0.08
HSL 46.55º 0.98% 0.46% -
HSV(B) 46.55º 0.99% 0.92% -
XYZ 50.67 50.95 7.22 -
YUV 177.03 29.23 168.64 -
System Red Green Blue C M Y K H S L
Decimal 234 182 2 0 0.22 0.99 0.08 46.55 0.98 0.46
Hex EA B6 2 0 16 63 8 2F 62 2E
Octal 352 266 2 0 26 143 10 57 142 56
Binary 11101010 10110110 10 0 10110 1100011 1000 101111 1100010 101110

Color Harmonies of #EAB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB602

Black with #EAB602

Text Example


Text Example

White with #EAB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB602; }

 p { color: rgb(234,182,2); }

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

background-color css

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

 a { background-color: rgb(234,182,2); }

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

border-color css

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

 span { border-color: rgb(234,182,2); }

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