Html Css Color HEX #ECD467 Golden Sand

📋 copy color: '#ECD467'

red 236 ◦ green 212 ◦ blue 103

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

Shades of Golden Sand #ECD467

Tints of Golden Sand #ECD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.69%

R = 42.83%
G = 38.48%
B = 18.69%

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

#ECD467 (or 0xECD467) is known color: Golden Sand. HEX triplet: EC, D4 and 67. RGB value is (236,212,103). Sum of RGB (Red+Green+Blue) = 236+212+103=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD467 is #132B98. Grayscale: #CFCFCF. Windows color (decimal): -1256345 or 6804716. OLE color: 6804716.

HSL color Cylindrical-coordinate representation of color #ECD467: hue angle of 49.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECD467 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 103 -
CMYK 0 0.10 0.56 0.07
HSL 49.17º 0.78% 0.66% -
HSV(B) 49.17º 0.56% 0.93% -
XYZ 60.58 65.9 22.36 -
YUV 206.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 236 212 103 0 0.10 0.56 0.07 49.17 0.78 0.66
Hex EC D4 67 0 A 38 7 31 4E 42
Octal 354 324 147 0 12 70 7 61 116 102
Binary 11101100 11010100 1100111 0 1010 111000 111 110001 1001110 1000010

Color Harmonies of #ECD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD467

Black with #ECD467

Text Example


Text Example

White with #ECD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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