Html Css Color HEX #E6C45B Cream Can

📋 copy color: '#E6C45B'

red 230 ◦ green 196 ◦ blue 91

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

Shades of Cream Can #E6C45B

Tints of Cream Can #E6C45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.6%

R = 44.49%
G = 37.91%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6C45B (or 0xE6C45B) is known color: Cream Can. HEX triplet: E6, C4 and 5B. RGB value is (230,196,91). Sum of RGB (Red+Green+Blue) = 230+196+91=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C45B is #193BA4. Grayscale: #C2C2C2. Windows color (decimal): -1653669 or 6014182. OLE color: 6014182.

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

Color convert

RGB 230 196 91 -
CMYK 0 0.15 0.60 0.10
HSL 45.32º 0.74% 0.63% -
HSV(B) 45.32º 0.6% 0.9% -
XYZ 54.26 57.06 18.05 -
YUV 194.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 230 196 91 0 0.15 0.60 0.10 45.32 0.74 0.63
Hex E6 C4 5B 0 F 3C A 2D 4A 3F
Octal 346 304 133 0 17 74 12 55 112 77
Binary 11100110 11000100 1011011 0 1111 111100 1010 101101 1001010 111111

Color Harmonies of #E6C45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C45B

Black with #E6C45B

Text Example


Text Example

White with #E6C45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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