Html Css Color HEX #E0C27F Chalky

📋 copy color: '#E0C27F'

red 224 ◦ green 194 ◦ blue 127

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

Shades of Chalky #E0C27F

Tints of Chalky #E0C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

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

R = 41.1%
G = 35.6%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C27F (or 0xE0C27F) is known color: Chalky. HEX triplet: E0, C2 and 7F. RGB value is (224,194,127). Sum of RGB (Red+Green+Blue) = 224+194+127=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C27F is #1F3D80. Grayscale: #C3C3C3. Windows color (decimal): -2047361 or 8372960. OLE color: 8372960.

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

Color convert

RGB 224 194 127 -
CMYK 0 0.13 0.43 0.12
HSL 41.44º 0.61% 0.69% -
HSV(B) 41.44º 0.43% 0.88% -
XYZ 53.86 55.96 28.04 -
YUV 195.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 224 194 127 0 0.13 0.43 0.12 41.44 0.61 0.69
Hex E0 C2 7F 0 D 2B C 29 3D 45
Octal 340 302 177 0 15 53 14 51 75 105
Binary 11100000 11000010 1111111 0 1101 101011 1100 101001 111101 1000101

Color Harmonies of #E0C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C27F

Black with #E0C27F

Text Example


Text Example

White with #E0C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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