Html Css Color HEX #E6C35A Cream Can

📋 copy color: '#E6C35A'

red 230 ◦ green 195 ◦ blue 90

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

Shades of Cream Can #E6C35A

Tints of Cream Can #E6C35A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 90 (35.55% from 255) = 17.48%

R = 44.66%
G = 37.86%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6C35A (or 0xE6C35A) is known color: Cream Can. HEX triplet: E6, C3 and 5A. RGB value is (230,195,90). Sum of RGB (Red+Green+Blue) = 230+195+90=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C35A is #193CA5. Grayscale: #C1C1C1. Windows color (decimal): -1653926 or 5948390. OLE color: 5948390.

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

Color convert

RGB 230 195 90 -
CMYK 0 0.15 0.61 0.10
HSL 45º 0.74% 0.63% -
HSV(B) 45º 0.61% 0.9% -
XYZ 53.99 56.59 17.75 -
YUV 193.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 230 195 90 0 0.15 0.61 0.10 45 0.74 0.63
Hex E6 C3 5A 0 F 3D A 2D 4A 3F
Octal 346 303 132 0 17 75 12 55 112 77
Binary 11100110 11000011 1011010 0 1111 111101 1010 101101 1001010 111111

Color Harmonies of #E6C35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C35A

Black with #E6C35A

Text Example


Text Example

White with #E6C35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C35A; }

 p { color: rgb(230,195,90); }

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

background-color css

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

 a { background-color: rgb(230,195,90); }

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

border-color css

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

 span { border-color: rgb(230,195,90); }

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