Html Css Color HEX #E0C07F Chalky

📋 copy color: '#E0C07F'

red 224 ◦ green 192 ◦ blue 127

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

Shades of Chalky #E0C07F

Tints of Chalky #E0C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.36%

 BLUE value IS 127 (50% from 255) = 23.39%

R = 41.25%
G = 35.36%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C07F (or 0xE0C07F) is known color: Chalky. HEX triplet: E0, C0 and 7F. RGB value is (224,192,127). Sum of RGB (Red+Green+Blue) = 224+192+127=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C07F is #1F3F80. Grayscale: #C2C2C2. Windows color (decimal): -2047873 or 8372448. OLE color: 8372448.

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

Color convert

RGB 224 192 127 -
CMYK 0 0.14 0.43 0.12
HSL 40.21º 0.61% 0.69% -
HSV(B) 40.21º 0.43% 0.88% -
XYZ 53.42 55.08 27.89 -
YUV 194.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 224 192 127 0 0.14 0.43 0.12 40.21 0.61 0.69
Hex E0 C0 7F 0 E 2B C 28 3D 45
Octal 340 300 177 0 16 53 14 50 75 105
Binary 11100000 11000000 1111111 0 1110 101011 1100 101000 111101 1000101

Color Harmonies of #E0C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C07F

Black with #E0C07F

Text Example


Text Example

White with #E0C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C07F; }

 p { color: rgb(224,192,127); }

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

background-color css

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

 a { background-color: rgb(224,192,127); }

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

border-color css

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

 span { border-color: rgb(224,192,127); }

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