Html Css Color HEX #E0BD7B Chalky

📋 copy color: '#E0BD7B'

red 224 ◦ green 189 ◦ blue 123

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

Shades of Chalky #E0BD7B

Tints of Chalky #E0BD7B

RGB

 RED value IS 224 (87.89% from 255) = 41.79%

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 123 (48.44% from 255) = 22.95%

R = 41.79%
G = 35.26%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0BD7B (or 0xE0BD7B) is known color: Chalky. HEX triplet: E0, BD and 7B. RGB value is (224,189,123). Sum of RGB (Red+Green+Blue) = 224+189+123=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD7B is #1F4284. Grayscale: #C0C0C0. Windows color (decimal): -2048645 or 8109536. OLE color: 8109536.

HSL color Cylindrical-coordinate representation of color #E0BD7B: hue angle of 39.21º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0BD7B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 123 -
CMYK 0 0.16 0.45 0.12
HSL 39.21º 0.62% 0.68% -
HSV(B) 39.21º 0.45% 0.88% -
XYZ 52.51 53.67 26.33 -
YUV 191.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 224 189 123 0 0.16 0.45 0.12 39.21 0.62 0.68
Hex E0 BD 7B 0 10 2D C 27 3E 44
Octal 340 275 173 0 20 55 14 47 76 104
Binary 11100000 10111101 1111011 0 10000 101101 1100 100111 111110 1000100

Color Harmonies of #E0BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD7B

Black with #E0BD7B

Text Example


Text Example

White with #E0BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD7B; }

 p { color: rgb(224,189,123); }

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

background-color css

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

 a { background-color: rgb(224,189,123); }

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

border-color css

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

 span { border-color: rgb(224,189,123); }

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