Html Css Color HEX #ECC469 Golden Sand

📋 copy color: '#ECC469'

red 236 ◦ green 196 ◦ blue 105

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

Shades of Golden Sand #ECC469

Tints of Golden Sand #ECC469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

 BLUE value IS 105 (41.41% from 255) = 19.55%

R = 43.95%
G = 36.5%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECC469 (or 0xECC469) is known color: Golden Sand. HEX triplet: EC, C4 and 69. RGB value is (236,196,105). Sum of RGB (Red+Green+Blue) = 236+196+105=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC469 is #133B96. Grayscale: #C5C5C5. Windows color (decimal): -1260439 or 6931692. OLE color: 6931692.

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

Color convert

RGB 236 196 105 -
CMYK 0 0.17 0.56 0.07
HSL 41.68º 0.78% 0.67% -
HSV(B) 41.68º 0.56% 0.93% -
XYZ 56.88 58.33 21.63 -
YUV 197.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 236 196 105 0 0.17 0.56 0.07 41.68 0.78 0.67
Hex EC C4 69 0 11 38 7 2A 4E 43
Octal 354 304 151 0 21 70 7 52 116 103
Binary 11101100 11000100 1101001 0 10001 111000 111 101010 1001110 1000011

Color Harmonies of #ECC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC469

Black with #ECC469

Text Example


Text Example

White with #ECC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC469; }

 p { color: rgb(236,196,105); }

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

background-color css

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

 a { background-color: rgb(236,196,105); }

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

border-color css

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

 span { border-color: rgb(236,196,105); }

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