Html Css Color HEX #E4C078 Chalky

📋 copy color: '#E4C078'

red 228 ◦ green 192 ◦ blue 120

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

Shades of Chalky #E4C078

Tints of Chalky #E4C078

RGB

 RED value IS 228 (89.45% from 255) = 42.22%

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

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

R = 42.22%
G = 35.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E4C078 (or 0xE4C078) is known color: Chalky. HEX triplet: E4, C0 and 78. RGB value is (228,192,120). Sum of RGB (Red+Green+Blue) = 228+192+120=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C078 is #1B3F87. Grayscale: #C2C2C2. Windows color (decimal): -1785736 or 7913700. OLE color: 7913700.

HSL color Cylindrical-coordinate representation of color #E4C078: hue angle of 40º degrees, saturation: 0.67, 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 #E4C078 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 192 120 -
CMYK 0 0.16 0.47 0.11
HSL 40º 0.67% 0.68% -
HSV(B) 40º 0.47% 0.89% -
XYZ 54.23 55.55 25.63 -
YUV 194.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 228 192 120 0 0.16 0.47 0.11 40 0.67 0.68
Hex E4 C0 78 0 10 2F B 28 43 44
Octal 344 300 170 0 20 57 13 50 103 104
Binary 11100100 11000000 1111000 0 10000 101111 1011 101000 1000011 1000100

Color Harmonies of #E4C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C078

Black with #E4C078

Text Example


Text Example

White with #E4C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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