Html Css Color HEX #ECCD68 Golden Sand

📋 copy color: '#ECCD68'

red 236 ◦ green 205 ◦ blue 104

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

Shades of Golden Sand #ECCD68

Tints of Golden Sand #ECCD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

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

R = 43.3%
G = 37.61%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECCD68 (or 0xECCD68) is known color: Golden Sand. HEX triplet: EC, CD and 68. RGB value is (236,205,104). Sum of RGB (Red+Green+Blue) = 236+205+104=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD68 is #133297. Grayscale: #CBCBCB. Windows color (decimal): -1258136 or 6868460. OLE color: 6868460.

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

Color convert

RGB 236 205 104 -
CMYK 0 0.13 0.56 0.07
HSL 45.91º 0.78% 0.67% -
HSV(B) 45.91º 0.56% 0.93% -
XYZ 58.92 62.49 22.05 -
YUV 202.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 236 205 104 0 0.13 0.56 0.07 45.91 0.78 0.67
Hex EC CD 68 0 D 38 7 2E 4E 43
Octal 354 315 150 0 15 70 7 56 116 103
Binary 11101100 11001101 1101000 0 1101 111000 111 101110 1001110 1000011

Color Harmonies of #ECCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD68

Black with #ECCD68

Text Example


Text Example

White with #ECCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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