Html Css Color HEX #EAC450 Cream Can

📋 copy color: '#EAC450'

red 234 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #EAC450

Tints of Cream Can #EAC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 45.88%
G = 38.43%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC450 (or 0xEAC450) is known color: Cream Can. HEX triplet: EA, C4 and 50. RGB value is (234,196,80). Sum of RGB (Red+Green+Blue) = 234+196+80=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC450 is #153BAF. Grayscale: #C2C2C2. Windows color (decimal): -1391536 or 5293290. OLE color: 5293290.

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

Color convert

RGB 234 196 80 -
CMYK 0 0.16 0.66 0.08
HSL 45.19º 0.79% 0.62% -
HSV(B) 45.19º 0.66% 0.92% -
XYZ 55.12 57.55 15.79 -
YUV 194.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 234 196 80 0 0.16 0.66 0.08 45.19 0.79 0.62
Hex EA C4 50 0 10 42 8 2D 4F 3E
Octal 352 304 120 0 20 102 10 55 117 76
Binary 11101010 11000100 1010000 0 10000 1000010 1000 101101 1001111 111110

Color Harmonies of #EAC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC450

Black with #EAC450

Text Example


Text Example

White with #EAC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC450; }

 p { color: rgb(234,196,80); }

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

background-color css

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

 a { background-color: rgb(234,196,80); }

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

border-color css

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

 span { border-color: rgb(234,196,80); }

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