Html Css Color HEX #E0BF7D Chalky

📋 copy color: '#E0BF7D'

red 224 ◦ green 191 ◦ blue 125

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

Shades of Chalky #E0BF7D

Tints of Chalky #E0BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 41.48%
G = 35.37%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0BF7D (or 0xE0BF7D) is known color: Chalky. HEX triplet: E0, BF and 7D. RGB value is (224,191,125). Sum of RGB (Red+Green+Blue) = 224+191+125=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF7D is #1F4082. Grayscale: #C1C1C1. Windows color (decimal): -2048131 or 8241120. OLE color: 8241120.

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

Color convert

RGB 224 191 125 -
CMYK 0 0.15 0.44 0.12
HSL 40º 0.61% 0.68% -
HSV(B) 40º 0.44% 0.88% -
XYZ 53.07 54.59 27.14 -
YUV 193.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 224 191 125 0 0.15 0.44 0.12 40 0.61 0.68
Hex E0 BF 7D 0 F 2C C 28 3D 44
Octal 340 277 175 0 17 54 14 50 75 104
Binary 11100000 10111111 1111101 0 1111 101100 1100 101000 111101 1000100

Color Harmonies of #E0BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF7D

Black with #E0BF7D

Text Example


Text Example

White with #E0BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF7D; }

 p { color: rgb(224,191,125); }

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

background-color css

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

 a { background-color: rgb(224,191,125); }

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

border-color css

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

 span { border-color: rgb(224,191,125); }

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