Html Css Color HEX #EAC202 Golden Poppy

📋 copy color: '#EAC202'

red 234 ◦ green 194 ◦ blue 2

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

Shades of Golden Poppy #EAC202

Tints of Golden Poppy #EAC202

RGB

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

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

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

R = 54.42%
G = 45.12%
B = 0.47%

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

#EAC202 (or 0xEAC202) is known color: Golden Poppy. HEX triplet: EA, C2 and 02. RGB value is (234,194,2). Sum of RGB (Red+Green+Blue) = 234+194+2=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC202 is #153DFD. Grayscale: #B8B8B8. Windows color (decimal): -1392126 or 180970. OLE color: 180970.

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

Color convert

RGB 234 194 2 -
CMYK 0 0.17 0.99 0.08
HSL 49.66º 0.98% 0.46% -
HSV(B) 49.66º 0.99% 0.92% -
XYZ 53.23 56.08 8.08 -
YUV 184.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 234 194 2 0 0.17 0.99 0.08 49.66 0.98 0.46
Hex EA C2 2 0 11 63 8 32 62 2E
Octal 352 302 2 0 21 143 10 62 142 56
Binary 11101010 11000010 10 0 10001 1100011 1000 110010 1100010 101110

Color Harmonies of #EAC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC202

Black with #EAC202

Text Example


Text Example

White with #EAC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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