Html Css Color HEX #ECDA68 Golden Sand

📋 copy color: '#ECDA68'

red 236 ◦ green 218 ◦ blue 104

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

Shades of Golden Sand #ECDA68

Tints of Golden Sand #ECDA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.07%

 BLUE value IS 104 (41.02% from 255) = 18.64%

R = 42.29%
G = 39.07%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECDA68 (or 0xECDA68) is known color: Golden Sand. HEX triplet: EC, DA and 68. RGB value is (236,218,104). Sum of RGB (Red+Green+Blue) = 236+218+104=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA68 is #132597. Grayscale: #D2D2D2. Windows color (decimal): -1254808 or 6871788. OLE color: 6871788.

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

Color convert

RGB 236 218 104 -
CMYK 0 0.08 0.56 0.07
HSL 51.82º 0.78% 0.67% -
HSV(B) 51.82º 0.56% 0.93% -
XYZ 62.16 68.98 23.13 -
YUV 210.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 236 218 104 0 0.08 0.56 0.07 51.82 0.78 0.67
Hex EC DA 68 0 8 38 7 34 4E 43
Octal 354 332 150 0 10 70 7 64 116 103
Binary 11101100 11011010 1101000 0 1000 111000 111 110100 1001110 1000011

Color Harmonies of #ECDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA68

Black with #ECDA68

Text Example


Text Example

White with #ECDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA68; }

 p { color: rgb(236,218,104); }

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

background-color css

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

 a { background-color: rgb(236,218,104); }

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

border-color css

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

 span { border-color: rgb(236,218,104); }

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