Html Css Color HEX #ECD068 Golden Sand

📋 copy color: '#ECD068'

red 236 ◦ green 208 ◦ blue 104

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

Shades of Golden Sand #ECD068

Tints of Golden Sand #ECD068

RGB

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

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

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

R = 43.07%
G = 37.96%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD068 (or 0xECD068) is known color: Golden Sand. HEX triplet: EC, D0 and 68. RGB value is (236,208,104). Sum of RGB (Red+Green+Blue) = 236+208+104=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD068 is #132F97. Grayscale: #CCCCCC. Windows color (decimal): -1257368 or 6869228. OLE color: 6869228.

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

Color convert

RGB 236 208 104 -
CMYK 0 0.12 0.56 0.07
HSL 47.27º 0.78% 0.67% -
HSV(B) 47.27º 0.56% 0.93% -
XYZ 59.65 63.94 22.3 -
YUV 204.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 236 208 104 0 0.12 0.56 0.07 47.27 0.78 0.67
Hex EC D0 68 0 C 38 7 2F 4E 43
Octal 354 320 150 0 14 70 7 57 116 103
Binary 11101100 11010000 1101000 0 1100 111000 111 101111 1001110 1000011

Color Harmonies of #ECD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD068

Black with #ECD068

Text Example


Text Example

White with #ECD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD068; }

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

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

background-color css

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

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

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

border-color css

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

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

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