Html Css Color HEX #E6CC7D Sandwisp

📋 copy color: '#E6CC7D'

red 230 ◦ green 204 ◦ blue 125

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

Shades of Sandwisp #E6CC7D

Tints of Sandwisp #E6CC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

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

R = 41.14%
G = 36.49%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6CC7D (or 0xE6CC7D) is known color: Sandwisp. HEX triplet: E6, CC and 7D. RGB value is (230,204,125). Sum of RGB (Red+Green+Blue) = 230+204+125=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC7D is #193382. Grayscale: #CBCBCB. Windows color (decimal): -1651587 or 8244454. OLE color: 8244454.

HSL color Cylindrical-coordinate representation of color #E6CC7D: hue angle of 45.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6CC7D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 125 -
CMYK 0 0.11 0.46 0.10
HSL 45.14º 0.68% 0.7% -
HSV(B) 45.14º 0.46% 0.9% -
XYZ 57.93 61.49 28.22 -
YUV 202.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 230 204 125 0 0.11 0.46 0.10 45.14 0.68 0.7
Hex E6 CC 7D 0 B 2E A 2D 44 46
Octal 346 314 175 0 13 56 12 55 104 106
Binary 11100110 11001100 1111101 0 1011 101110 1010 101101 1000100 1000110

Color Harmonies of #E6CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CC7D

Black with #E6CC7D

Text Example


Text Example

White with #E6CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CC7D; }

 p { color: rgb(230,204,125); }

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

background-color css

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

 a { background-color: rgb(230,204,125); }

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

border-color css

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

 span { border-color: rgb(230,204,125); }

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