Html Css Color HEX #EAC248 Cream Can

📋 copy color: '#EAC248'

red 234 ◦ green 194 ◦ blue 72

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

Shades of Cream Can #EAC248

Tints of Cream Can #EAC248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 46.8%
G = 38.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAC248 (or 0xEAC248) is known color: Cream Can. HEX triplet: EA, C2 and 48. RGB value is (234,194,72). Sum of RGB (Red+Green+Blue) = 234+194+72=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC248 is #153DB7. Grayscale: #C0C0C0. Windows color (decimal): -1392056 or 4768490. OLE color: 4768490.

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

Color convert

RGB 234 194 72 -
CMYK 0 0.17 0.69 0.08
HSL 45.19º 0.79% 0.6% -
HSV(B) 45.19º 0.69% 0.92% -
XYZ 54.39 56.54 14.18 -
YUV 192.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 234 194 72 0 0.17 0.69 0.08 45.19 0.79 0.6
Hex EA C2 48 0 11 45 8 2D 4F 3C
Octal 352 302 110 0 21 105 10 55 117 74
Binary 11101010 11000010 1001000 0 10001 1000101 1000 101101 1001111 111100

Color Harmonies of #EAC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC248

Black with #EAC248

Text Example


Text Example

White with #EAC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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