Html Css Color HEX #EACB01 Golden Poppy

📋 copy color: '#EACB01'

red 234 ◦ green 203 ◦ blue 1

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

Shades of Golden Poppy #EACB01

Tints of Golden Poppy #EACB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 53.42%
G = 46.35%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EACB01 (or 0xEACB01) is known color: Golden Poppy. HEX triplet: EA, CB and 01. RGB value is (234,203,1). Sum of RGB (Red+Green+Blue) = 234+203+1=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB01 is #1534FE. Grayscale: #BEBEBE. Windows color (decimal): -1389823 or 117738. OLE color: 117738.

HSL color Cylindrical-coordinate representation of color #EACB01: hue angle of 52.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EACB01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 1 -
CMYK 0 0.13 1.00 0.08
HSL 52.02º 0.99% 0.46% -
HSV(B) 52.02º 1% 0.92% -
XYZ 55.29 60.21 8.74 -
YUV 189.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 234 203 1 0 0.13 1.00 0.08 52.02 0.99 0.46
Hex EA CB 1 0 D 64 8 34 63 2E
Octal 352 313 1 0 15 144 10 64 143 56
Binary 11101010 11001011 1 0 1101 1100100 1000 110100 1100011 101110

Color Harmonies of #EACB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB01

Black with #EACB01

Text Example


Text Example

White with #EACB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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