Html Css Color HEX #E1CE7D Sandwisp

📋 copy color: '#E1CE7D'

red 225 ◦ green 206 ◦ blue 125

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

Shades of Sandwisp #E1CE7D

Tints of Sandwisp #E1CE7D

RGB

 RED value IS 225 (88.28% from 255) = 40.47%

 GREEN value IS 206 (80.86% from 255) = 37.05%

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

R = 40.47%
G = 37.05%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1CE7D (or 0xE1CE7D) is known color: Sandwisp. HEX triplet: E1, CE and 7D. RGB value is (225,206,125). Sum of RGB (Red+Green+Blue) = 225+206+125=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE7D is #1E3182. Grayscale: #CACACA. Windows color (decimal): -1978755 or 8244961. OLE color: 8244961.

HSL color Cylindrical-coordinate representation of color #E1CE7D: hue angle of 48.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1CE7D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 125 -
CMYK 0 0.08 0.44 0.12
HSL 48.6º 0.63% 0.69% -
HSV(B) 48.6º 0.44% 0.88% -
XYZ 56.82 61.63 28.3 -
YUV 202.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 225 206 125 0 0.08 0.44 0.12 48.6 0.63 0.69
Hex E1 CE 7D 0 8 2C C 31 3E 45
Octal 341 316 175 0 10 54 14 61 76 105
Binary 11100001 11001110 1111101 0 1000 101100 1100 110001 111110 1000101

Color Harmonies of #E1CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE7D

Black with #E1CE7D

Text Example


Text Example

White with #E1CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE7D; }

 p { color: rgb(225,206,125); }

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

background-color css

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

 a { background-color: rgb(225,206,125); }

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

border-color css

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

 span { border-color: rgb(225,206,125); }

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