Html Css Color HEX #ECD074 Golden Sand

📋 copy color: '#ECD074'

red 236 ◦ green 208 ◦ blue 116

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

Shades of Golden Sand #ECD074

Tints of Golden Sand #ECD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 42.14%
G = 37.14%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD074 (or 0xECD074) is known color: Golden Sand. HEX triplet: EC, D0 and 74. RGB value is (236,208,116). Sum of RGB (Red+Green+Blue) = 236+208+116=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD074 is #132F8B. Grayscale: #CECECE. Windows color (decimal): -1257356 or 7655660. OLE color: 7655660.

HSL color Cylindrical-coordinate representation of color #ECD074: hue angle of 46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECD074 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 116 -
CMYK 0 0.12 0.51 0.07
HSL 46º 0.76% 0.69% -
HSV(B) 46º 0.51% 0.93% -
XYZ 60.3 64.21 25.74 -
YUV 205.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 236 208 116 0 0.12 0.51 0.07 46 0.76 0.69
Hex EC D0 74 0 C 33 7 2E 4C 45
Octal 354 320 164 0 14 63 7 56 114 105
Binary 11101100 11010000 1110100 0 1100 110011 111 101110 1001100 1000101

Color Harmonies of #ECD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD074

Black with #ECD074

Text Example


Text Example

White with #ECD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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