Html Css Color HEX #EAC554 Cream Can

📋 copy color: '#EAC554'

red 234 ◦ green 197 ◦ blue 84

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

Shades of Cream Can #EAC554

Tints of Cream Can #EAC554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.31%

R = 45.44%
G = 38.25%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC554 (or 0xEAC554) is known color: Cream Can. HEX triplet: EA, C5 and 54. RGB value is (234,197,84). Sum of RGB (Red+Green+Blue) = 234+197+84=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC554 is #153AAB. Grayscale: #C3C3C3. Windows color (decimal): -1391276 or 5555690. OLE color: 5555690.

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

Color convert

RGB 234 197 84 -
CMYK 0 0.16 0.64 0.08
HSL 45.2º 0.78% 0.62% -
HSV(B) 45.2º 0.64% 0.92% -
XYZ 55.5 58.07 16.67 -
YUV 195.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 234 197 84 0 0.16 0.64 0.08 45.2 0.78 0.62
Hex EA C5 54 0 10 40 8 2D 4E 3E
Octal 352 305 124 0 20 100 10 55 116 76
Binary 11101010 11000101 1010100 0 10000 1000000 1000 101101 1001110 111110

Color Harmonies of #EAC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC554

Black with #EAC554

Text Example


Text Example

White with #EAC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC554; }

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

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

background-color css

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

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

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

border-color css

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

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

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