Html Css Color HEX #EAC25F Cream Can

📋 copy color: '#EAC25F'

red 234 ◦ green 194 ◦ blue 95

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

Shades of Cream Can #EAC25F

Tints of Cream Can #EAC25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 44.74%
G = 37.09%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC25F (or 0xEAC25F) is known color: Cream Can. HEX triplet: EA, C2 and 5F. RGB value is (234,194,95). Sum of RGB (Red+Green+Blue) = 234+194+95=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC25F is #153DA0. Grayscale: #C3C3C3. Windows color (decimal): -1392033 or 6275818. OLE color: 6275818.

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

Color convert

RGB 234 194 95 -
CMYK 0 0.17 0.59 0.08
HSL 42.73º 0.77% 0.65% -
HSV(B) 42.73º 0.59% 0.92% -
XYZ 55.29 56.9 18.9 -
YUV 194.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 234 194 95 0 0.17 0.59 0.08 42.73 0.77 0.65
Hex EA C2 5F 0 11 3B 8 2B 4D 41
Octal 352 302 137 0 21 73 10 53 115 101
Binary 11101010 11000010 1011111 0 10001 111011 1000 101011 1001101 1000001

Color Harmonies of #EAC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC25F

Black with #EAC25F

Text Example


Text Example

White with #EAC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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