Html Css Color HEX #EDC95E Golden Sand

📋 copy color: '#EDC95E'

red 237 ◦ green 201 ◦ blue 94

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

Shades of Golden Sand #EDC95E

Tints of Golden Sand #EDC95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 44.55%
G = 37.78%
B = 17.67%

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

#EDC95E (or 0xEDC95E) is known color: Golden Sand. HEX triplet: ED, C9 and 5E. RGB value is (237,201,94). Sum of RGB (Red+Green+Blue) = 237+201+94=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC95E is #1236A1. Grayscale: #C8C8C8. Windows color (decimal): -1193634 or 6212077. OLE color: 6212077.

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

Color convert

RGB 237 201 94 -
CMYK 0 0.15 0.60 0.07
HSL 44.9º 0.8% 0.65% -
HSV(B) 44.9º 0.6% 0.93% -
XYZ 57.83 60.59 19.24 -
YUV 199.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 237 201 94 0 0.15 0.60 0.07 44.9 0.8 0.65
Hex ED C9 5E 0 F 3C 7 2D 50 41
Octal 355 311 136 0 17 74 7 55 120 101
Binary 11101101 11001001 1011110 0 1111 111100 111 101101 1010000 1000001

Color Harmonies of #EDC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC95E

Black with #EDC95E

Text Example


Text Example

White with #EDC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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