Html Css Color HEX #EDCB6D Golden Sand

📋 copy color: '#EDCB6D'

red 237 ◦ green 203 ◦ blue 109

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

Shades of Golden Sand #EDCB6D

Tints of Golden Sand #EDCB6D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.98%

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

R = 43.17%
G = 36.98%
B = 19.85%

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

#EDCB6D (or 0xEDCB6D) is known color: Golden Sand. HEX triplet: ED, CB and 6D. RGB value is (237,203,109). Sum of RGB (Red+Green+Blue) = 237+203+109=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB6D is #123492. Grayscale: #CACACA. Windows color (decimal): -1193107 or 7195629. OLE color: 7195629.

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

Color convert

RGB 237 203 109 -
CMYK 0 0.14 0.54 0.07
HSL 44.06º 0.78% 0.68% -
HSV(B) 44.06º 0.54% 0.93% -
XYZ 59.04 61.82 23.29 -
YUV 202.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 237 203 109 0 0.14 0.54 0.07 44.06 0.78 0.68
Hex ED CB 6D 0 E 36 7 2C 4E 44
Octal 355 313 155 0 16 66 7 54 116 104
Binary 11101101 11001011 1101101 0 1110 110110 111 101100 1001110 1000100

Color Harmonies of #EDCB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB6D

Black with #EDCB6D

Text Example


Text Example

White with #EDCB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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