Html Css Color HEX #E0C67D Chalky

📋 copy color: '#E0C67D'

red 224 ◦ green 198 ◦ blue 125

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

Shades of Chalky #E0C67D

Tints of Chalky #E0C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 40.95%
G = 36.2%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0C67D (or 0xE0C67D) is known color: Chalky. HEX triplet: E0, C6 and 7D. RGB value is (224,198,125). Sum of RGB (Red+Green+Blue) = 224+198+125=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C67D is #1F3982. Grayscale: #C5C5C5. Windows color (decimal): -2046339 or 8242912. OLE color: 8242912.

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

Color convert

RGB 224 198 125 -
CMYK 0 0.12 0.44 0.12
HSL 44.24º 0.61% 0.68% -
HSV(B) 44.24º 0.44% 0.88% -
XYZ 54.64 57.72 27.66 -
YUV 197.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 224 198 125 0 0.12 0.44 0.12 44.24 0.61 0.68
Hex E0 C6 7D 0 C 2C C 2C 3D 44
Octal 340 306 175 0 14 54 14 54 75 104
Binary 11100000 11000110 1111101 0 1100 101100 1100 101100 111101 1000100

Color Harmonies of #E0C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C67D

Black with #E0C67D

Text Example


Text Example

White with #E0C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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