Html Css Color HEX #EAC250 Cream Can

📋 copy color: '#EAC250'

red 234 ◦ green 194 ◦ blue 80

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

Shades of Cream Can #EAC250

Tints of Cream Can #EAC250

RGB

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

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

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

R = 46.06%
G = 38.19%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC250 (or 0xEAC250) is known color: Cream Can. HEX triplet: EA, C2 and 50. RGB value is (234,194,80). Sum of RGB (Red+Green+Blue) = 234+194+80=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC250 is #153DAF. Grayscale: #C1C1C1. Windows color (decimal): -1392048 or 5292778. OLE color: 5292778.

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

Color convert

RGB 234 194 80 -
CMYK 0 0.17 0.66 0.08
HSL 44.42º 0.79% 0.62% -
HSV(B) 44.42º 0.66% 0.92% -
XYZ 54.67 56.66 15.64 -
YUV 192.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 234 194 80 0 0.17 0.66 0.08 44.42 0.79 0.62
Hex EA C2 50 0 11 42 8 2C 4F 3E
Octal 352 302 120 0 21 102 10 54 117 76
Binary 11101010 11000010 1010000 0 10001 1000010 1000 101100 1001111 111110

Color Harmonies of #EAC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC250

Black with #EAC250

Text Example


Text Example

White with #EAC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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