Html Css Color HEX #E6CD7F Sandwisp

📋 copy color: '#E6CD7F'

red 230 ◦ green 205 ◦ blue 127

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

Shades of Sandwisp #E6CD7F

Tints of Sandwisp #E6CD7F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.48%

 BLUE value IS 127 (50% from 255) = 22.6%

R = 40.93%
G = 36.48%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6CD7F (or 0xE6CD7F) is known color: Sandwisp. HEX triplet: E6, CD and 7F. RGB value is (230,205,127). Sum of RGB (Red+Green+Blue) = 230+205+127=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD7F is #193280. Grayscale: #CBCBCB. Windows color (decimal): -1651329 or 8375782. OLE color: 8375782.

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

Color convert

RGB 230 205 127 -
CMYK 0 0.11 0.45 0.10
HSL 45.44º 0.67% 0.7% -
HSV(B) 45.44º 0.45% 0.9% -
XYZ 58.3 62.02 28.98 -
YUV 203.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 230 205 127 0 0.11 0.45 0.10 45.44 0.67 0.7
Hex E6 CD 7F 0 B 2D A 2D 43 46
Octal 346 315 177 0 13 55 12 55 103 106
Binary 11100110 11001101 1111111 0 1011 101101 1010 101101 1000011 1000110

Color Harmonies of #E6CD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CD7F

Black with #E6CD7F

Text Example


Text Example

White with #E6CD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CD7F; }

 p { color: rgb(230,205,127); }

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

background-color css

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

 a { background-color: rgb(230,205,127); }

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

border-color css

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

 span { border-color: rgb(230,205,127); }

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