Html Css Color HEX #EDC365 Golden Sand

📋 copy color: '#EDC365'

red 237 ◦ green 195 ◦ blue 101

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

Shades of Golden Sand #EDC365

Tints of Golden Sand #EDC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 44.47%
G = 36.59%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC365 (or 0xEDC365) is known color: Golden Sand. HEX triplet: ED, C3 and 65. RGB value is (237,195,101). Sum of RGB (Red+Green+Blue) = 237+195+101=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC365 is #123C9A. Grayscale: #C5C5C5. Windows color (decimal): -1195163 or 6669293. OLE color: 6669293.

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

Color convert

RGB 237 195 101 -
CMYK 0 0.18 0.57 0.07
HSL 41.47º 0.79% 0.66% -
HSV(B) 41.47º 0.57% 0.93% -
XYZ 56.79 57.97 20.51 -
YUV 196.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 237 195 101 0 0.18 0.57 0.07 41.47 0.79 0.66
Hex ED C3 65 0 12 39 7 29 4F 42
Octal 355 303 145 0 22 71 7 51 117 102
Binary 11101101 11000011 1100101 0 10010 111001 111 101001 1001111 1000010

Color Harmonies of #EDC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC365

Black with #EDC365

Text Example


Text Example

White with #EDC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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