Html Css Color HEX #EAC650 Cream Can

📋 copy color: '#EAC650'

red 234 ◦ green 198 ◦ blue 80

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

Shades of Cream Can #EAC650

Tints of Cream Can #EAC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 45.7%
G = 38.67%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAC650 (or 0xEAC650) is known color: Cream Can. HEX triplet: EA, C6 and 50. RGB value is (234,198,80). Sum of RGB (Red+Green+Blue) = 234+198+80=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC650 is #1539AF. Grayscale: #C3C3C3. Windows color (decimal): -1391024 or 5293802. OLE color: 5293802.

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

Color convert

RGB 234 198 80 -
CMYK 0 0.15 0.66 0.08
HSL 45.97º 0.79% 0.62% -
HSV(B) 45.97º 0.66% 0.92% -
XYZ 55.57 58.46 15.94 -
YUV 195.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 234 198 80 0 0.15 0.66 0.08 45.97 0.79 0.62
Hex EA C6 50 0 F 42 8 2E 4F 3E
Octal 352 306 120 0 17 102 10 56 117 76
Binary 11101010 11000110 1010000 0 1111 1000010 1000 101110 1001111 111110

Color Harmonies of #EAC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC650

Black with #EAC650

Text Example


Text Example

White with #EAC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC650; }

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

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

background-color css

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

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

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

border-color css

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

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

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