Html Css Color HEX #E6CD5D Golden Sand

📋 copy color: '#E6CD5D'

red 230 ◦ green 205 ◦ blue 93

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

Shades of Golden Sand #E6CD5D

Tints of Golden Sand #E6CD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 43.56%
G = 38.83%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6CD5D (or 0xE6CD5D) is known color: Golden Sand. HEX triplet: E6, CD and 5D. RGB value is (230,205,93). Sum of RGB (Red+Green+Blue) = 230+205+93=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD5D is #1932A2. Grayscale: #C8C8C8. Windows color (decimal): -1651363 or 6147558. OLE color: 6147558.

HSL color Cylindrical-coordinate representation of color #E6CD5D: hue angle of 49.05º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6CD5D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 205 93 -
CMYK 0 0.11 0.60 0.10
HSL 49.05º 0.73% 0.63% -
HSV(B) 49.05º 0.6% 0.9% -
XYZ 56.44 61.28 19.21 -
YUV 199.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 230 205 93 0 0.11 0.60 0.10 49.05 0.73 0.63
Hex E6 CD 5D 0 B 3C A 31 49 3F
Octal 346 315 135 0 13 74 12 61 111 77
Binary 11100110 11001101 1011101 0 1011 111100 1010 110001 1001001 111111

Color Harmonies of #E6CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CD5D

Black with #E6CD5D

Text Example


Text Example

White with #E6CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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