Html Css Color HEX #E0BE7D Chalky

📋 copy color: '#E0BE7D'

red 224 ◦ green 190 ◦ blue 125

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

Shades of Chalky #E0BE7D

Tints of Chalky #E0BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.25%

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

R = 41.56%
G = 35.25%
B = 23.19%

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

#E0BE7D (or 0xE0BE7D) is known color: Chalky. HEX triplet: E0, BE and 7D. RGB value is (224,190,125). Sum of RGB (Red+Green+Blue) = 224+190+125=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE7D is #1F4182. Grayscale: #C1C1C1. Windows color (decimal): -2048387 or 8240864. OLE color: 8240864.

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

Color convert

RGB 224 190 125 -
CMYK 0 0.15 0.44 0.12
HSL 39.39º 0.61% 0.68% -
HSV(B) 39.39º 0.44% 0.88% -
XYZ 52.86 54.15 27.07 -
YUV 192.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 224 190 125 0 0.15 0.44 0.12 39.39 0.61 0.68
Hex E0 BE 7D 0 F 2C C 27 3D 44
Octal 340 276 175 0 17 54 14 47 75 104
Binary 11100000 10111110 1111101 0 1111 101100 1100 100111 111101 1000100

Color Harmonies of #E0BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BE7D

Black with #E0BE7D

Text Example


Text Example

White with #E0BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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