Html Css Color HEX #E5CC69 Golden Sand

📋 copy color: '#E5CC69'

red 229 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #E5CC69

Tints of Golden Sand #E5CC69

RGB

 RED value IS 229 (89.84% from 255) = 42.57%

 GREEN value IS 204 (80.08% from 255) = 37.92%

 BLUE value IS 105 (41.41% from 255) = 19.52%

R = 42.57%
G = 37.92%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5CC69 (or 0xE5CC69) is known color: Golden Sand. HEX triplet: E5, CC and 69. RGB value is (229,204,105). Sum of RGB (Red+Green+Blue) = 229+204+105=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC69 is #1A3396. Grayscale: #C8C8C8. Windows color (decimal): -1717143 or 6933733. OLE color: 6933733.

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

Color convert

RGB 229 204 105 -
CMYK 0 0.11 0.54 0.10
HSL 47.9º 0.7% 0.65% -
HSV(B) 47.9º 0.54% 0.9% -
XYZ 56.46 60.86 22.14 -
YUV 200.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 229 204 105 0 0.11 0.54 0.10 47.9 0.7 0.65
Hex E5 CC 69 0 B 36 A 30 46 41
Octal 345 314 151 0 13 66 12 60 106 101
Binary 11100101 11001100 1101001 0 1011 110110 1010 110000 1000110 1000001

Color Harmonies of #E5CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC69

Black with #E5CC69

Text Example


Text Example

White with #E5CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC69; }

 p { color: rgb(229,204,105); }

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

background-color css

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

 a { background-color: rgb(229,204,105); }

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

border-color css

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

 span { border-color: rgb(229,204,105); }

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