Html Css Color HEX #EACA01 Golden Poppy

📋 copy color: '#EACA01'

red 234 ◦ green 202 ◦ blue 1

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

Shades of Golden Poppy #EACA01

Tints of Golden Poppy #EACA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.22%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 53.55%
G = 46.22%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EACA01 (or 0xEACA01) is known color: Golden Poppy. HEX triplet: EA, CA and 01. RGB value is (234,202,1). Sum of RGB (Red+Green+Blue) = 234+202+1=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA01 is #1535FE. Grayscale: #BDBDBD. Windows color (decimal): -1390079 or 117482. OLE color: 117482.

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

Color convert

RGB 234 202 1 -
CMYK 0 0.14 1.00 0.08
HSL 51.76º 0.99% 0.46% -
HSV(B) 51.76º 1% 0.92% -
XYZ 55.06 59.74 8.66 -
YUV 188.65 22.1 160.34 -
System Red Green Blue C M Y K H S L
Decimal 234 202 1 0 0.14 1.00 0.08 51.76 0.99 0.46
Hex EA CA 1 0 E 64 8 34 63 2E
Octal 352 312 1 0 16 144 10 64 143 56
Binary 11101010 11001010 1 0 1110 1100100 1000 110100 1100011 101110

Color Harmonies of #EACA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA01

Black with #EACA01

Text Example


Text Example

White with #EACA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA01; }

 p { color: rgb(234,202,1); }

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

background-color css

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

 a { background-color: rgb(234,202,1); }

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

border-color css

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

 span { border-color: rgb(234,202,1); }

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