Html Css Color HEX #E2CAB1 Bone

📋 copy color: '#E2CAB1'

red 226 ◦ green 202 ◦ blue 177

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

Shades of Bone #E2CAB1

Tints of Bone #E2CAB1

RGB

 RED value IS 226 (88.67% from 255) = 37.36%

 GREEN value IS 202 (79.3% from 255) = 33.39%

 BLUE value IS 177 (69.53% from 255) = 29.26%

R = 37.36%
G = 33.39%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E2CAB1 (or 0xE2CAB1) is known color: Bone. HEX triplet: E2, CA and B1. RGB value is (226,202,177). Sum of RGB (Red+Green+Blue) = 226+202+177=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CAB1 is #1D354E. Grayscale: #CECECE. Windows color (decimal): -1914191 or 11651810. OLE color: 11651810.

HSL color Cylindrical-coordinate representation of color #E2CAB1: hue angle of 30.61º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2CAB1 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 177 -
CMYK 0 0.11 0.22 0.11
HSL 30.61º 0.46% 0.79% -
HSV(B) 30.61º 0.22% 0.89% -
XYZ 60.42 61.58 50.3 -
YUV 206.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 226 202 177 0 0.11 0.22 0.11 30.61 0.46 0.79
Hex E2 CA B1 0 B 16 B 1F 2E 4F
Octal 342 312 261 0 13 26 13 37 56 117
Binary 11100010 11001010 10110001 0 1011 10110 1011 11111 101110 1001111

Color Harmonies of #E2CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CAB1

Black with #E2CAB1

Text Example


Text Example

White with #E2CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CAB1; }

 p { color: rgb(226,202,177); }

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

background-color css

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

 a { background-color: rgb(226,202,177); }

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

border-color css

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

 span { border-color: rgb(226,202,177); }

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