Html Css Color HEX #ECD264 Golden Sand

📋 copy color: '#ECD264'

red 236 ◦ green 210 ◦ blue 100

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

Shades of Golden Sand #ECD264

Tints of Golden Sand #ECD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 43.22%
G = 38.46%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD264 (or 0xECD264) is known color: Golden Sand. HEX triplet: EC, D2 and 64. RGB value is (236,210,100). Sum of RGB (Red+Green+Blue) = 236+210+100=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD264 is #132D9B. Grayscale: #CDCDCD. Windows color (decimal): -1256860 or 6607596. OLE color: 6607596.

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

Color convert

RGB 236 210 100 -
CMYK 0 0.11 0.58 0.07
HSL 48.53º 0.78% 0.66% -
HSV(B) 48.53º 0.58% 0.93% -
XYZ 59.94 64.85 21.41 -
YUV 205.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 236 210 100 0 0.11 0.58 0.07 48.53 0.78 0.66
Hex EC D2 64 0 B 3A 7 31 4E 42
Octal 354 322 144 0 13 72 7 61 116 102
Binary 11101100 11010010 1100100 0 1011 111010 111 110001 1001110 1000010

Color Harmonies of #ECD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD264

Black with #ECD264

Text Example


Text Example

White with #ECD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD264; }

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

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

background-color css

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

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

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

border-color css

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

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

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