Html Css Color HEX #EDC865 Golden Sand

📋 copy color: '#EDC865'

red 237 ◦ green 200 ◦ blue 101

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

Shades of Golden Sand #EDC865

Tints of Golden Sand #EDC865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 44.05%
G = 37.17%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC865 (or 0xEDC865) is known color: Golden Sand. HEX triplet: ED, C8 and 65. RGB value is (237,200,101). Sum of RGB (Red+Green+Blue) = 237+200+101=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC865 is #12379A. Grayscale: #C8C8C8. Windows color (decimal): -1193883 or 6670573. OLE color: 6670573.

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

Color convert

RGB 237 200 101 -
CMYK 0 0.16 0.57 0.07
HSL 43.68º 0.79% 0.66% -
HSV(B) 43.68º 0.57% 0.93% -
XYZ 57.93 60.25 20.89 -
YUV 199.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 237 200 101 0 0.16 0.57 0.07 43.68 0.79 0.66
Hex ED C8 65 0 10 39 7 2C 4F 42
Octal 355 310 145 0 20 71 7 54 117 102
Binary 11101101 11001000 1100101 0 10000 111001 111 101100 1001111 1000010

Color Harmonies of #EDC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC865

Black with #EDC865

Text Example


Text Example

White with #EDC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC865; }

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

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

background-color css

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

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

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

border-color css

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

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

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