Html Css Color HEX #EAC203 Golden Poppy

📋 copy color: '#EAC203'

red 234 ◦ green 194 ◦ blue 3

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

Shades of Golden Poppy #EAC203

Tints of Golden Poppy #EAC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.01%

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

R = 54.29%
G = 45.01%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC203 (or 0xEAC203) is known color: Golden Poppy. HEX triplet: EA, C2 and 03. RGB value is (234,194,3). Sum of RGB (Red+Green+Blue) = 234+194+3=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC203 is #153DFC. Grayscale: #B8B8B8. Windows color (decimal): -1392125 or 246506. OLE color: 246506.

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

Color convert

RGB 234 194 3 -
CMYK 0 0.17 0.99 0.08
HSL 49.61º 0.97% 0.46% -
HSV(B) 49.61º 0.99% 0.92% -
XYZ 53.24 56.08 8.11 -
YUV 184.19 25.75 163.53 -
System Red Green Blue C M Y K H S L
Decimal 234 194 3 0 0.17 0.99 0.08 49.61 0.97 0.46
Hex EA C2 3 0 11 63 8 32 61 2E
Octal 352 302 3 0 21 143 10 62 141 56
Binary 11101010 11000010 11 0 10001 1100011 1000 110010 1100001 101110

Color Harmonies of #EAC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC203

Black with #EAC203

Text Example


Text Example

White with #EAC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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