Html Css Color HEX #EAC150 Cream Can

📋 copy color: '#EAC150'

red 234 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #EAC150

Tints of Cream Can #EAC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 46.15%
G = 38.07%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC150 (or 0xEAC150) is known color: Cream Can. HEX triplet: EA, C1 and 50. RGB value is (234,193,80). Sum of RGB (Red+Green+Blue) = 234+193+80=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC150 is #153EAF. Grayscale: #C0C0C0. Windows color (decimal): -1392304 or 5292522. OLE color: 5292522.

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

Color convert

RGB 234 193 80 -
CMYK 0 0.18 0.66 0.08
HSL 44.03º 0.79% 0.62% -
HSV(B) 44.03º 0.66% 0.92% -
XYZ 54.45 56.21 15.57 -
YUV 192.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 234 193 80 0 0.18 0.66 0.08 44.03 0.79 0.62
Hex EA C1 50 0 12 42 8 2C 4F 3E
Octal 352 301 120 0 22 102 10 54 117 76
Binary 11101010 11000001 1010000 0 10010 1000010 1000 101100 1001111 111110

Color Harmonies of #EAC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC150

Black with #EAC150

Text Example


Text Example

White with #EAC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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