Html Css Color HEX #E6C35E Cream Can

📋 copy color: '#E6C35E'

red 230 ◦ green 195 ◦ blue 94

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

Shades of Cream Can #E6C35E

Tints of Cream Can #E6C35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 44.32%
G = 37.57%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6C35E (or 0xE6C35E) is known color: Cream Can. HEX triplet: E6, C3 and 5E. RGB value is (230,195,94). Sum of RGB (Red+Green+Blue) = 230+195+94=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C35E is #193CA1. Grayscale: #C2C2C2. Windows color (decimal): -1653922 or 6210534. OLE color: 6210534.

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

Color convert

RGB 230 195 94 -
CMYK 0 0.15 0.59 0.10
HSL 44.56º 0.73% 0.64% -
HSV(B) 44.56º 0.59% 0.9% -
XYZ 54.17 56.66 18.67 -
YUV 193.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 230 195 94 0 0.15 0.59 0.10 44.56 0.73 0.64
Hex E6 C3 5E 0 F 3B A 2D 49 40
Octal 346 303 136 0 17 73 12 55 111 100
Binary 11100110 11000011 1011110 0 1111 111011 1010 101101 1001001 1000000

Color Harmonies of #E6C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C35E

Black with #E6C35E

Text Example


Text Example

White with #E6C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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