Html Css Color HEX #E2C078 Chalky

📋 copy color: '#E2C078'

red 226 ◦ green 192 ◦ blue 120

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

Shades of Chalky #E2C078

Tints of Chalky #E2C078

RGB

 RED value IS 226 (88.67% from 255) = 42.01%

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

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 42.01%
G = 35.69%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E2C078 (or 0xE2C078) is known color: Chalky. HEX triplet: E2, C0 and 78. RGB value is (226,192,120). Sum of RGB (Red+Green+Blue) = 226+192+120=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C078 is #1D3F87. Grayscale: #C2C2C2. Windows color (decimal): -1916808 or 7913698. OLE color: 7913698.

HSL color Cylindrical-coordinate representation of color #E2C078: hue angle of 40.75º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2C078 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 120 -
CMYK 0 0.15 0.47 0.11
HSL 40.75º 0.65% 0.68% -
HSV(B) 40.75º 0.47% 0.89% -
XYZ 53.6 55.22 25.6 -
YUV 193.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 226 192 120 0 0.15 0.47 0.11 40.75 0.65 0.68
Hex E2 C0 78 0 F 2F B 29 41 44
Octal 342 300 170 0 17 57 13 51 101 104
Binary 11100010 11000000 1111000 0 1111 101111 1011 101001 1000001 1000100

Color Harmonies of #E2C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C078

Black with #E2C078

Text Example


Text Example

White with #E2C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C078; }

 p { color: rgb(226,192,120); }

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

background-color css

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

 a { background-color: rgb(226,192,120); }

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

border-color css

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

 span { border-color: rgb(226,192,120); }

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