Html Css Color HEX #EAC55A Cream Can

📋 copy color: '#EAC55A'

red 234 ◦ green 197 ◦ blue 90

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

Shades of Cream Can #EAC55A

Tints of Cream Can #EAC55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

 BLUE value IS 90 (35.55% from 255) = 17.27%

R = 44.91%
G = 37.81%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAC55A (or 0xEAC55A) is known color: Cream Can. HEX triplet: EA, C5 and 5A. RGB value is (234,197,90). Sum of RGB (Red+Green+Blue) = 234+197+90=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC55A is #153AA5. Grayscale: #C4C4C4. Windows color (decimal): -1391270 or 5948906. OLE color: 5948906.

HSL color Cylindrical-coordinate representation of color #EAC55A: hue angle of 44.58º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC55A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 90 -
CMYK 0 0.16 0.62 0.08
HSL 44.58º 0.77% 0.64% -
HSV(B) 44.58º 0.62% 0.92% -
XYZ 55.74 58.16 17.96 -
YUV 195.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 234 197 90 0 0.16 0.62 0.08 44.58 0.77 0.64
Hex EA C5 5A 0 10 3E 8 2D 4D 40
Octal 352 305 132 0 20 76 10 55 115 100
Binary 11101010 11000101 1011010 0 10000 111110 1000 101101 1001101 1000000

Color Harmonies of #EAC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC55A

Black with #EAC55A

Text Example


Text Example

White with #EAC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC55A; }

 p { color: rgb(234,197,90); }

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

background-color css

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

 a { background-color: rgb(234,197,90); }

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

border-color css

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

 span { border-color: rgb(234,197,90); }

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