Html Css Color HEX #E6C454 Cream Can

📋 copy color: '#E6C454'

red 230 ◦ green 196 ◦ blue 84

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

Shades of Cream Can #E6C454

Tints of Cream Can #E6C454

RGB

 RED value IS 230 (90.23% from 255) = 45.1%

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

 BLUE value IS 84 (33.2% from 255) = 16.47%

R = 45.1%
G = 38.43%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6C454 (or 0xE6C454) is known color: Cream Can. HEX triplet: E6, C4 and 54. RGB value is (230,196,84). Sum of RGB (Red+Green+Blue) = 230+196+84=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C454 is #193BAB. Grayscale: #C1C1C1. Windows color (decimal): -1653676 or 5555430. OLE color: 5555430.

HSL color Cylindrical-coordinate representation of color #E6C454: hue angle of 46.03º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6C454 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 84 -
CMYK 0 0.15 0.63 0.10
HSL 46.03º 0.74% 0.62% -
HSV(B) 46.03º 0.63% 0.9% -
XYZ 53.97 56.94 16.53 -
YUV 193.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 230 196 84 0 0.15 0.63 0.10 46.03 0.74 0.62
Hex E6 C4 54 0 F 3F A 2E 4A 3E
Octal 346 304 124 0 17 77 12 56 112 76
Binary 11100110 11000100 1010100 0 1111 111111 1010 101110 1001010 111110

Color Harmonies of #E6C454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C454

Black with #E6C454

Text Example


Text Example

White with #E6C454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C454; }

 p { color: rgb(230,196,84); }

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

background-color css

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

 a { background-color: rgb(230,196,84); }

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

border-color css

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

 span { border-color: rgb(230,196,84); }

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