Html Css Color HEX #EAC503 Golden Poppy

📋 copy color: '#EAC503'

red 234 ◦ green 197 ◦ blue 3

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

Shades of Golden Poppy #EAC503

Tints of Golden Poppy #EAC503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

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

R = 53.92%
G = 45.39%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC503 (or 0xEAC503) is known color: Golden Poppy. HEX triplet: EA, C5 and 03. RGB value is (234,197,3). Sum of RGB (Red+Green+Blue) = 234+197+3=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC503 is #153AFC. Grayscale: #BABABA. Windows color (decimal): -1391357 or 247274. OLE color: 247274.

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

Color convert

RGB 234 197 3 -
CMYK 0 0.16 0.99 0.08
HSL 50.39º 0.97% 0.46% -
HSV(B) 50.39º 0.99% 0.92% -
XYZ 53.91 57.43 8.33 -
YUV 185.95 24.76 162.27 -
System Red Green Blue C M Y K H S L
Decimal 234 197 3 0 0.16 0.99 0.08 50.39 0.97 0.46
Hex EA C5 3 0 10 63 8 32 61 2E
Octal 352 305 3 0 20 143 10 62 141 56
Binary 11101010 11000101 11 0 10000 1100011 1000 110010 1100001 101110

Color Harmonies of #EAC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC503

Black with #EAC503

Text Example


Text Example

White with #EAC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC503; }

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

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

background-color css

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

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

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

border-color css

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

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

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