Html Css Color HEX #EAC90A Golden Poppy

📋 copy color: '#EAC90A'

red 234 ◦ green 201 ◦ blue 10

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

Shades of Golden Poppy #EAC90A

Tints of Golden Poppy #EAC90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 52.58%
G = 45.17%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAC90A (or 0xEAC90A) is known color: Golden Poppy. HEX triplet: EA, C9 and 0A. RGB value is (234,201,10). Sum of RGB (Red+Green+Blue) = 234+201+10=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC90A is #1536F5. Grayscale: #BDBDBD. Windows color (decimal): -1390326 or 707050. OLE color: 707050.

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

Color convert

RGB 234 201 10 -
CMYK 0 0.14 0.96 0.08
HSL 51.16º 0.92% 0.48% -
HSV(B) 51.16º 0.96% 0.92% -
XYZ 54.87 59.29 8.84 -
YUV 189.09 26.93 160.03 -
System Red Green Blue C M Y K H S L
Decimal 234 201 10 0 0.14 0.96 0.08 51.16 0.92 0.48
Hex EA C9 A 0 E 60 8 33 5C 30
Octal 352 311 12 0 16 140 10 63 134 60
Binary 11101010 11001001 1010 0 1110 1100000 1000 110011 1011100 110000

Color Harmonies of #EAC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC90A

Black with #EAC90A

Text Example


Text Example

White with #EAC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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