Html Css Color HEX #ECD369 Golden Sand

📋 copy color: '#ECD369'

red 236 ◦ green 211 ◦ blue 105

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

Shades of Golden Sand #ECD369

Tints of Golden Sand #ECD369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

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

R = 42.75%
G = 38.22%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD369 (or 0xECD369) is known color: Golden Sand. HEX triplet: EC, D3 and 69. RGB value is (236,211,105). Sum of RGB (Red+Green+Blue) = 236+211+105=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD369 is #132C96. Grayscale: #CECECE. Windows color (decimal): -1256599 or 6935532. OLE color: 6935532.

HSL color Cylindrical-coordinate representation of color #ECD369: hue angle of 48.55º 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 #ECD369 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 105 -
CMYK 0 0.11 0.56 0.07
HSL 48.55º 0.78% 0.67% -
HSV(B) 48.55º 0.56% 0.93% -
XYZ 60.44 65.44 22.81 -
YUV 206.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 236 211 105 0 0.11 0.56 0.07 48.55 0.78 0.67
Hex EC D3 69 0 B 38 7 31 4E 43
Octal 354 323 151 0 13 70 7 61 116 103
Binary 11101100 11010011 1101001 0 1011 111000 111 110001 1001110 1000011

Color Harmonies of #ECD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD369

Black with #ECD369

Text Example


Text Example

White with #ECD369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD369; }

 p { color: rgb(236,211,105); }

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

background-color css

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

 a { background-color: rgb(236,211,105); }

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

border-color css

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

 span { border-color: rgb(236,211,105); }

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