Html Css Color HEX #EAC25D Cream Can

📋 copy color: '#EAC25D'

red 234 ◦ green 194 ◦ blue 93

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

Shades of Cream Can #EAC25D

Tints of Cream Can #EAC25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 44.91%
G = 37.24%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAC25D (or 0xEAC25D) is known color: Cream Can. HEX triplet: EA, C2 and 5D. RGB value is (234,194,93). Sum of RGB (Red+Green+Blue) = 234+194+93=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC25D is #153DA2. Grayscale: #C2C2C2. Windows color (decimal): -1392035 or 6144746. OLE color: 6144746.

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

Color convert

RGB 234 194 93 -
CMYK 0 0.17 0.60 0.08
HSL 42.98º 0.77% 0.64% -
HSV(B) 42.98º 0.6% 0.92% -
XYZ 55.2 56.87 18.42 -
YUV 194.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 234 194 93 0 0.17 0.60 0.08 42.98 0.77 0.64
Hex EA C2 5D 0 11 3C 8 2B 4D 40
Octal 352 302 135 0 21 74 10 53 115 100
Binary 11101010 11000010 1011101 0 10001 111100 1000 101011 1001101 1000000

Color Harmonies of #EAC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC25D

Black with #EAC25D

Text Example


Text Example

White with #EAC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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