Html Css Color HEX #EDD165 Golden Sand

📋 copy color: '#EDD165'

red 237 ◦ green 209 ◦ blue 101

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

Shades of Golden Sand #EDD165

Tints of Golden Sand #EDD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.21%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 43.33%
G = 38.21%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD165 (or 0xEDD165) is known color: Golden Sand. HEX triplet: ED, D1 and 65. RGB value is (237,209,101). Sum of RGB (Red+Green+Blue) = 237+209+101=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD165 is #122E9A. Grayscale: #CDCDCD. Windows color (decimal): -1191579 or 6672877. OLE color: 6672877.

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

Color convert

RGB 237 209 101 -
CMYK 0 0.12 0.57 0.07
HSL 47.65º 0.79% 0.66% -
HSV(B) 47.65º 0.57% 0.93% -
XYZ 60.07 64.55 21.6 -
YUV 205.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 237 209 101 0 0.12 0.57 0.07 47.65 0.79 0.66
Hex ED D1 65 0 C 39 7 30 4F 42
Octal 355 321 145 0 14 71 7 60 117 102
Binary 11101101 11010001 1100101 0 1100 111001 111 110000 1001111 1000010

Color Harmonies of #EDD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD165

Black with #EDD165

Text Example


Text Example

White with #EDD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD165; }

 p { color: rgb(237,209,101); }

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

background-color css

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

 a { background-color: rgb(237,209,101); }

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

border-color css

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

 span { border-color: rgb(237,209,101); }

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