Html Css Color HEX #E6BF78 Chalky

📋 copy color: '#E6BF78'

red 230 ◦ green 191 ◦ blue 120

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

Shades of Chalky #E6BF78

Tints of Chalky #E6BF78

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 42.51%
G = 35.3%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6BF78 (or 0xE6BF78) is known color: Chalky. HEX triplet: E6, BF and 78. RGB value is (230,191,120). Sum of RGB (Red+Green+Blue) = 230+191+120=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF78 is #194087. Grayscale: #C2C2C2. Windows color (decimal): -1654920 or 7913446. OLE color: 7913446.

HSL color Cylindrical-coordinate representation of color #E6BF78: hue angle of 38.73º 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 #E6BF78 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 120 -
CMYK 0 0.17 0.48 0.10
HSL 38.73º 0.69% 0.69% -
HSV(B) 38.73º 0.48% 0.9% -
XYZ 54.65 55.44 25.59 -
YUV 194.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 230 191 120 0 0.17 0.48 0.10 38.73 0.69 0.69
Hex E6 BF 78 0 11 30 A 27 45 45
Octal 346 277 170 0 21 60 12 47 105 105
Binary 11100110 10111111 1111000 0 10001 110000 1010 100111 1000101 1000101

Color Harmonies of #E6BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF78

Black with #E6BF78

Text Example


Text Example

White with #E6BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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