Html Css Color HEX #ECD468 Golden Sand

📋 copy color: '#ECD468'

red 236 ◦ green 212 ◦ blue 104

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

Shades of Golden Sand #ECD468

Tints of Golden Sand #ECD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 42.75%
G = 38.41%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD468 (or 0xECD468) is known color: Golden Sand. HEX triplet: EC, D4 and 68. RGB value is (236,212,104). Sum of RGB (Red+Green+Blue) = 236+212+104=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD468 is #132B97. Grayscale: #CFCFCF. Windows color (decimal): -1256344 or 6870252. OLE color: 6870252.

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

Color convert

RGB 236 212 104 -
CMYK 0 0.10 0.56 0.07
HSL 49.09º 0.78% 0.67% -
HSV(B) 49.09º 0.56% 0.93% -
XYZ 60.63 65.92 22.62 -
YUV 206.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 236 212 104 0 0.10 0.56 0.07 49.09 0.78 0.67
Hex EC D4 68 0 A 38 7 31 4E 43
Octal 354 324 150 0 12 70 7 61 116 103
Binary 11101100 11010100 1101000 0 1010 111000 111 110001 1001110 1000011

Color Harmonies of #ECD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD468

Black with #ECD468

Text Example


Text Example

White with #ECD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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