Html Css Color HEX #E1CD6B Golden Sand

📋 copy color: '#E1CD6B'

red 225 ◦ green 205 ◦ blue 107

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

Shades of Golden Sand #E1CD6B

Tints of Golden Sand #E1CD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 41.9%
G = 38.18%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1CD6B (or 0xE1CD6B) is known color: Golden Sand. HEX triplet: E1, CD and 6B. RGB value is (225,205,107). Sum of RGB (Red+Green+Blue) = 225+205+107=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD6B is #1E3294. Grayscale: #C8C8C8. Windows color (decimal): -1979029 or 7065057. OLE color: 7065057.

HSL color Cylindrical-coordinate representation of color #E1CD6B: hue angle of 49.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1CD6B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 107 -
CMYK 0 0.09 0.52 0.12
HSL 49.83º 0.66% 0.65% -
HSV(B) 49.83º 0.52% 0.88% -
XYZ 55.54 60.73 22.71 -
YUV 199.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 225 205 107 0 0.09 0.52 0.12 49.83 0.66 0.65
Hex E1 CD 6B 0 9 34 C 32 42 41
Octal 341 315 153 0 11 64 14 62 102 101
Binary 11100001 11001101 1101011 0 1001 110100 1100 110010 1000010 1000001

Color Harmonies of #E1CD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CD6B

Black with #E1CD6B

Text Example


Text Example

White with #E1CD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CD6B; }

 p { color: rgb(225,205,107); }

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

background-color css

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

 a { background-color: rgb(225,205,107); }

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

border-color css

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

 span { border-color: rgb(225,205,107); }

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