Html Css Color HEX #EACA02 Golden Poppy

📋 copy color: '#EACA02'

red 234 ◦ green 202 ◦ blue 2

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

Shades of Golden Poppy #EACA02

Tints of Golden Poppy #EACA02

RGB

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

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

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

R = 53.42%
G = 46.12%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EACA02 (or 0xEACA02) is known color: Golden Poppy. HEX triplet: EA, CA and 02. RGB value is (234,202,2). Sum of RGB (Red+Green+Blue) = 234+202+2=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA02 is #1535FD. Grayscale: #BDBDBD. Windows color (decimal): -1390078 or 183018. OLE color: 183018.

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

Color convert

RGB 234 202 2 -
CMYK 0 0.14 0.99 0.08
HSL 51.72º 0.98% 0.46% -
HSV(B) 51.72º 0.99% 0.92% -
XYZ 55.06 59.74 8.69 -
YUV 188.77 22.6 160.26 -
System Red Green Blue C M Y K H S L
Decimal 234 202 2 0 0.14 0.99 0.08 51.72 0.98 0.46
Hex EA CA 2 0 E 63 8 34 62 2E
Octal 352 312 2 0 16 143 10 64 142 56
Binary 11101010 11001010 10 0 1110 1100011 1000 110100 1100010 101110

Color Harmonies of #EACA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA02

Black with #EACA02

Text Example


Text Example

White with #EACA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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