Html Css Color HEX #EAC254 Cream Can

📋 copy color: '#EAC254'

red 234 ◦ green 194 ◦ blue 84

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

Shades of Cream Can #EAC254

Tints of Cream Can #EAC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 45.7%
G = 37.89%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC254 (or 0xEAC254) is known color: Cream Can. HEX triplet: EA, C2 and 54. RGB value is (234,194,84). Sum of RGB (Red+Green+Blue) = 234+194+84=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC254 is #153DAB. Grayscale: #C1C1C1. Windows color (decimal): -1392044 or 5554922. OLE color: 5554922.

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

Color convert

RGB 234 194 84 -
CMYK 0 0.17 0.64 0.08
HSL 44º 0.78% 0.62% -
HSV(B) 44º 0.64% 0.92% -
XYZ 54.82 56.72 16.45 -
YUV 193.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 234 194 84 0 0.17 0.64 0.08 44 0.78 0.62
Hex EA C2 54 0 11 40 8 2C 4E 3E
Octal 352 302 124 0 21 100 10 54 116 76
Binary 11101010 11000010 1010100 0 10001 1000000 1000 101100 1001110 111110

Color Harmonies of #EAC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC254

Black with #EAC254

Text Example


Text Example

White with #EAC254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC254; }

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

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

background-color css

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

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

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

border-color css

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

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

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