Html Css Color HEX #EACB0A Golden Poppy

📋 copy color: '#EACB0A'

red 234 ◦ green 203 ◦ blue 10

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

Shades of Golden Poppy #EACB0A

Tints of Golden Poppy #EACB0A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

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

R = 52.35%
G = 45.41%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EACB0A (or 0xEACB0A) is known color: Golden Poppy. HEX triplet: EA, CB and 0A. RGB value is (234,203,10). Sum of RGB (Red+Green+Blue) = 234+203+10=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB0A is #1534F5. Grayscale: #BFBFBF. Windows color (decimal): -1389814 or 707562. OLE color: 707562.

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

Color convert

RGB 234 203 10 -
CMYK 0 0.13 0.96 0.08
HSL 51.7º 0.92% 0.48% -
HSV(B) 51.7º 0.96% 0.92% -
XYZ 55.34 60.23 9 -
YUV 190.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 234 203 10 0 0.13 0.96 0.08 51.7 0.92 0.48
Hex EA CB A 0 D 60 8 34 5C 30
Octal 352 313 12 0 15 140 10 64 134 60
Binary 11101010 11001011 1010 0 1101 1100000 1000 110100 1011100 110000

Color Harmonies of #EACB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB0A

Black with #EACB0A

Text Example


Text Example

White with #EACB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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