Html Css Color HEX #ECD065 Golden Sand

📋 copy color: '#ECD065'

red 236 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #ECD065

Tints of Golden Sand #ECD065

RGB

 RED value IS 236 (92.58% from 255) = 43.3%

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

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 43.3%
G = 38.17%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECD065 (or 0xECD065) is known color: Golden Sand. HEX triplet: EC, D0 and 65. RGB value is (236,208,101). Sum of RGB (Red+Green+Blue) = 236+208+101=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD065 is #132F9A. Grayscale: #CCCCCC. Windows color (decimal): -1257371 or 6672620. OLE color: 6672620.

HSL color Cylindrical-coordinate representation of color #ECD065: hue angle of 47.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECD065 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 101 -
CMYK 0 0.12 0.57 0.07
HSL 47.56º 0.78% 0.66% -
HSV(B) 47.56º 0.57% 0.93% -
XYZ 59.5 63.88 21.51 -
YUV 204.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 236 208 101 0 0.12 0.57 0.07 47.56 0.78 0.66
Hex EC D0 65 0 C 39 7 30 4E 42
Octal 354 320 145 0 14 71 7 60 116 102
Binary 11101100 11010000 1100101 0 1100 111001 111 110000 1001110 1000010

Color Harmonies of #ECD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD065

Black with #ECD065

Text Example


Text Example

White with #ECD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD065; }

 p { color: rgb(236,208,101); }

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

background-color css

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

 a { background-color: rgb(236,208,101); }

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

border-color css

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

 span { border-color: rgb(236,208,101); }

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