Html Css Color HEX #EDCC6D Golden Sand

📋 copy color: '#EDCC6D'

red 237 ◦ green 204 ◦ blue 109

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

Shades of Golden Sand #EDCC6D

Tints of Golden Sand #EDCC6D

RGB

 RED value IS 237 (92.97% from 255) = 43.09%

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 43.09%
G = 37.09%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDCC6D (or 0xEDCC6D) is known color: Golden Sand. HEX triplet: ED, CC and 6D. RGB value is (237,204,109). Sum of RGB (Red+Green+Blue) = 237+204+109=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6D is #123392. Grayscale: #CBCBCB. Windows color (decimal): -1192851 or 7195885. OLE color: 7195885.

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

Color convert

RGB 237 204 109 -
CMYK 0 0.14 0.54 0.07
HSL 44.53º 0.78% 0.68% -
HSV(B) 44.53º 0.54% 0.93% -
XYZ 59.28 62.29 23.37 -
YUV 203.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 237 204 109 0 0.14 0.54 0.07 44.53 0.78 0.68
Hex ED CC 6D 0 E 36 7 2D 4E 44
Octal 355 314 155 0 16 66 7 55 116 104
Binary 11101101 11001100 1101101 0 1110 110110 111 101101 1001110 1000100

Color Harmonies of #EDCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC6D

Black with #EDCC6D

Text Example


Text Example

White with #EDCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC6D; }

 p { color: rgb(237,204,109); }

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

background-color css

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

 a { background-color: rgb(237,204,109); }

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

border-color css

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

 span { border-color: rgb(237,204,109); }

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