Html Css Color HEX #E9CD6A Golden Sand

📋 copy color: '#E9CD6A'

red 233 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #E9CD6A

Tints of Golden Sand #E9CD6A

RGB

 RED value IS 233 (91.41% from 255) = 42.83%

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

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 42.83%
G = 37.68%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9CD6A (or 0xE9CD6A) is known color: Golden Sand. HEX triplet: E9, CD and 6A. RGB value is (233,205,106). Sum of RGB (Red+Green+Blue) = 233+205+106=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD6A is #163295. Grayscale: #CACACA. Windows color (decimal): -1454742 or 6999529. OLE color: 6999529.

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

Color convert

RGB 233 205 106 -
CMYK 0 0.12 0.55 0.09
HSL 46.77º 0.74% 0.66% -
HSV(B) 46.77º 0.55% 0.91% -
XYZ 58.04 62.03 22.55 -
YUV 202.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 233 205 106 0 0.12 0.55 0.09 46.77 0.74 0.66
Hex E9 CD 6A 0 C 37 9 2F 4A 42
Octal 351 315 152 0 14 67 11 57 112 102
Binary 11101001 11001101 1101010 0 1100 110111 1001 101111 1001010 1000010

Color Harmonies of #E9CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD6A

Black with #E9CD6A

Text Example


Text Example

White with #E9CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD6A; }

 p { color: rgb(233,205,106); }

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

background-color css

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

 a { background-color: rgb(233,205,106); }

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

border-color css

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

 span { border-color: rgb(233,205,106); }

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