Html Css Color HEX #EDC95F Golden Sand

📋 copy color: '#EDC95F'

red 237 ◦ green 201 ◦ blue 95

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

Shades of Golden Sand #EDC95F

Tints of Golden Sand #EDC95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 44.47%
G = 37.71%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC95F (or 0xEDC95F) is known color: Golden Sand. HEX triplet: ED, C9 and 5F. RGB value is (237,201,95). Sum of RGB (Red+Green+Blue) = 237+201+95=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC95F is #1236A0. Grayscale: #C8C8C8. Windows color (decimal): -1193633 or 6277613. OLE color: 6277613.

HSL color Cylindrical-coordinate representation of color #EDC95F: hue angle of 44.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC95F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 95 -
CMYK 0 0.15 0.60 0.07
HSL 44.79º 0.8% 0.65% -
HSV(B) 44.79º 0.6% 0.93% -
XYZ 57.88 60.6 19.47 -
YUV 199.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 237 201 95 0 0.15 0.60 0.07 44.79 0.8 0.65
Hex ED C9 5F 0 F 3C 7 2D 50 41
Octal 355 311 137 0 17 74 7 55 120 101
Binary 11101101 11001001 1011111 0 1111 111100 111 101101 1010000 1000001

Color Harmonies of #EDC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC95F

Black with #EDC95F

Text Example


Text Example

White with #EDC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC95F; }

 p { color: rgb(237,201,95); }

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

background-color css

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

 a { background-color: rgb(237,201,95); }

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

border-color css

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

 span { border-color: rgb(237,201,95); }

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