Html Css Color HEX #EACB07 Golden Poppy

📋 copy color: '#EACB07'

red 234 ◦ green 203 ◦ blue 7

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

Shades of Golden Poppy #EACB07

Tints of Golden Poppy #EACB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 52.7%
G = 45.72%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EACB07 (or 0xEACB07) is known color: Golden Poppy. HEX triplet: EA, CB and 07. RGB value is (234,203,7). Sum of RGB (Red+Green+Blue) = 234+203+7=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB07 is #1534F8. Grayscale: #BEBEBE. Windows color (decimal): -1389817 or 510954. OLE color: 510954.

HSL color Cylindrical-coordinate representation of color #EACB07: hue angle of 51.81º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EACB07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 7 -
CMYK 0 0.13 0.97 0.08
HSL 51.81º 0.94% 0.47% -
HSV(B) 51.81º 0.97% 0.92% -
XYZ 55.33 60.22 8.91 -
YUV 189.93 24.77 159.44 -
System Red Green Blue C M Y K H S L
Decimal 234 203 7 0 0.13 0.97 0.08 51.81 0.94 0.47
Hex EA CB 7 0 D 61 8 34 5E 2F
Octal 352 313 7 0 15 141 10 64 136 57
Binary 11101010 11001011 111 0 1101 1100001 1000 110100 1011110 101111

Color Harmonies of #EACB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB07

Black with #EACB07

Text Example


Text Example

White with #EACB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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