Html Css Color HEX #ECD26F Golden Sand

📋 copy color: '#ECD26F'

red 236 ◦ green 210 ◦ blue 111

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

Shades of Golden Sand #ECD26F

Tints of Golden Sand #ECD26F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 111 (43.75% from 255) = 19.93%

R = 42.37%
G = 37.7%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD26F (or 0xECD26F) is known color: Golden Sand. HEX triplet: EC, D2 and 6F. RGB value is (236,210,111). Sum of RGB (Red+Green+Blue) = 236+210+111=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD26F is #132D90. Grayscale: #CECECE. Windows color (decimal): -1256849 or 7328492. OLE color: 7328492.

HSL color Cylindrical-coordinate representation of color #ECD26F: hue angle of 47.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECD26F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 111 -
CMYK 0 0.11 0.53 0.07
HSL 47.52º 0.77% 0.68% -
HSV(B) 47.52º 0.53% 0.93% -
XYZ 60.51 65.07 24.41 -
YUV 206.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 236 210 111 0 0.11 0.53 0.07 47.52 0.77 0.68
Hex EC D2 6F 0 B 35 7 30 4D 44
Octal 354 322 157 0 13 65 7 60 115 104
Binary 11101100 11010010 1101111 0 1011 110101 111 110000 1001101 1000100

Color Harmonies of #ECD26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD26F

Black with #ECD26F

Text Example


Text Example

White with #ECD26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD26F; }

 p { color: rgb(236,210,111); }

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

background-color css

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

 a { background-color: rgb(236,210,111); }

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

border-color css

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

 span { border-color: rgb(236,210,111); }

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