Html Css Color HEX #E6D07E Sandwisp

📋 copy color: '#E6D07E'

red 230 ◦ green 208 ◦ blue 126

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

Shades of Sandwisp #E6D07E

Tints of Sandwisp #E6D07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 40.78%
G = 36.88%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6D07E (or 0xE6D07E) is known color: Sandwisp. HEX triplet: E6, D0 and 7E. RGB value is (230,208,126). Sum of RGB (Red+Green+Blue) = 230+208+126=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D07E is #192F81. Grayscale: #CDCDCD. Windows color (decimal): -1650562 or 8311014. OLE color: 8311014.

HSL color Cylindrical-coordinate representation of color #E6D07E: hue angle of 47.31º degrees, saturation: 0.68, 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 #E6D07E is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 208 126 -
CMYK 0 0.10 0.45 0.10
HSL 47.31º 0.68% 0.7% -
HSV(B) 47.31º 0.45% 0.9% -
XYZ 58.95 63.44 28.88 -
YUV 205.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 230 208 126 0 0.10 0.45 0.10 47.31 0.68 0.7
Hex E6 D0 7E 0 A 2D A 2F 44 46
Octal 346 320 176 0 12 55 12 57 104 106
Binary 11100110 11010000 1111110 0 1010 101101 1010 101111 1000100 1000110

Color Harmonies of #E6D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D07E

Black with #E6D07E

Text Example


Text Example

White with #E6D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D07E; }

 p { color: rgb(230,208,126); }

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

background-color css

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

 a { background-color: rgb(230,208,126); }

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

border-color css

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

 span { border-color: rgb(230,208,126); }

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