Html Css Color HEX #EAC902 Golden Poppy

📋 copy color: '#EAC902'

red 234 ◦ green 201 ◦ blue 2

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

Shades of Golden Poppy #EAC902

Tints of Golden Poppy #EAC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 53.55%
G = 46%
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

#EAC902 (or 0xEAC902) is known color: Golden Poppy. HEX triplet: EA, C9 and 02. RGB value is (234,201,2). Sum of RGB (Red+Green+Blue) = 234+201+2=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC902 is #1536FD. Grayscale: #BDBDBD. Windows color (decimal): -1390334 or 182762. OLE color: 182762.

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

Color convert

RGB 234 201 2 -
CMYK 0 0.14 0.99 0.08
HSL 51.47º 0.98% 0.46% -
HSV(B) 51.47º 0.99% 0.92% -
XYZ 54.83 59.27 8.61 -
YUV 188.18 22.93 160.68 -
System Red Green Blue C M Y K H S L
Decimal 234 201 2 0 0.14 0.99 0.08 51.47 0.98 0.46
Hex EA C9 2 0 E 63 8 33 62 2E
Octal 352 311 2 0 16 143 10 63 142 56
Binary 11101010 11001001 10 0 1110 1100011 1000 110011 1100010 101110

Color Harmonies of #EAC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC902

Black with #EAC902

Text Example


Text Example

White with #EAC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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