Html Css Color HEX #E6C278 Chalky

📋 copy color: '#E6C278'

red 230 ◦ green 194 ◦ blue 120

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

Shades of Chalky #E6C278

Tints of Chalky #E6C278

RGB

 RED value IS 230 (90.23% from 255) = 42.28%

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

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

R = 42.28%
G = 35.66%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6C278 (or 0xE6C278) is known color: Chalky. HEX triplet: E6, C2 and 78. RGB value is (230,194,120). Sum of RGB (Red+Green+Blue) = 230+194+120=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C278 is #193D87. Grayscale: #C4C4C4. Windows color (decimal): -1654152 or 7914214. OLE color: 7914214.

HSL color Cylindrical-coordinate representation of color #E6C278: hue angle of 40.36º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C278 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 194 120 -
CMYK 0 0.16 0.48 0.10
HSL 40.36º 0.69% 0.69% -
HSV(B) 40.36º 0.48% 0.9% -
XYZ 55.32 56.76 25.81 -
YUV 196.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 230 194 120 0 0.16 0.48 0.10 40.36 0.69 0.69
Hex E6 C2 78 0 10 30 A 28 45 45
Octal 346 302 170 0 20 60 12 50 105 105
Binary 11100110 11000010 1111000 0 10000 110000 1010 101000 1000101 1000101

Color Harmonies of #E6C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C278

Black with #E6C278

Text Example


Text Example

White with #E6C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C278; }

 p { color: rgb(230,194,120); }

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

background-color css

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

 a { background-color: rgb(230,194,120); }

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

border-color css

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

 span { border-color: rgb(230,194,120); }

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