Html Css Color HEX #EAB603 Golden Poppy

📋 copy color: '#EAB603'

red 234 ◦ green 182 ◦ blue 3

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

Shades of Golden Poppy #EAB603

Tints of Golden Poppy #EAB603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 55.85%
G = 43.44%
B = 0.72%

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

#EAB603 (or 0xEAB603) is known color: Golden Poppy. HEX triplet: EA, B6 and 03. RGB value is (234,182,3). Sum of RGB (Red+Green+Blue) = 234+182+3=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB603 is #1549FC. Grayscale: #B1B1B1. Windows color (decimal): -1395197 or 243434. OLE color: 243434.

HSL color Cylindrical-coordinate representation of color #EAB603: hue angle of 46.49º degrees, saturation: 0.97, 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 #EAB603 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 3 -
CMYK 0 0.22 0.99 0.08
HSL 46.49º 0.97% 0.46% -
HSV(B) 46.49º 0.99% 0.92% -
XYZ 50.68 50.95 7.25 -
YUV 177.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 234 182 3 0 0.22 0.99 0.08 46.49 0.97 0.46
Hex EA B6 3 0 16 63 8 2E 61 2E
Octal 352 266 3 0 26 143 10 56 141 56
Binary 11101010 10110110 11 0 10110 1100011 1000 101110 1100001 101110

Color Harmonies of #EAB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB603

Black with #EAB603

Text Example


Text Example

White with #EAB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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