Html Css Color HEX #E0BC7C Chalky

📋 copy color: '#E0BC7C'

red 224 ◦ green 188 ◦ blue 124

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

Shades of Chalky #E0BC7C

Tints of Chalky #E0BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 124 (48.83% from 255) = 23.13%

R = 41.79%
G = 35.07%
B = 23.13%

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

#E0BC7C (or 0xE0BC7C) is known color: Chalky. HEX triplet: E0, BC and 7C. RGB value is (224,188,124). Sum of RGB (Red+Green+Blue) = 224+188+124=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC7C is #1F4383. Grayscale: #BFBFBF. Windows color (decimal): -2048900 or 8174816. OLE color: 8174816.

HSL color Cylindrical-coordinate representation of color #E0BC7C: hue angle of 38.4º 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 #E0BC7C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 124 -
CMYK 0 0.16 0.45 0.12
HSL 38.4º 0.62% 0.68% -
HSV(B) 38.4º 0.45% 0.88% -
XYZ 52.36 53.27 26.59 -
YUV 191.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 224 188 124 0 0.16 0.45 0.12 38.4 0.62 0.68
Hex E0 BC 7C 0 10 2D C 26 3E 44
Octal 340 274 174 0 20 55 14 46 76 104
Binary 11100000 10111100 1111100 0 10000 101101 1100 100110 111110 1000100

Color Harmonies of #E0BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC7C

Black with #E0BC7C

Text Example


Text Example

White with #E0BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC7C; }

 p { color: rgb(224,188,124); }

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

background-color css

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

 a { background-color: rgb(224,188,124); }

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

border-color css

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

 span { border-color: rgb(224,188,124); }

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