Html Css Color HEX #EDC65F Golden Sand

📋 copy color: '#EDC65F'

red 237 ◦ green 198 ◦ blue 95

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

Shades of Golden Sand #EDC65F

Tints of Golden Sand #EDC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.36%

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

R = 44.72%
G = 37.36%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC65F (or 0xEDC65F) is known color: Golden Sand. HEX triplet: ED, C6 and 5F. RGB value is (237,198,95). Sum of RGB (Red+Green+Blue) = 237+198+95=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC65F is #1239A0. Grayscale: #C6C6C6. Windows color (decimal): -1194401 or 6276845. OLE color: 6276845.

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

Color convert

RGB 237 198 95 -
CMYK 0 0.16 0.60 0.07
HSL 43.52º 0.8% 0.65% -
HSV(B) 43.52º 0.6% 0.93% -
XYZ 57.18 59.22 19.24 -
YUV 197.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 237 198 95 0 0.16 0.60 0.07 43.52 0.8 0.65
Hex ED C6 5F 0 10 3C 7 2C 50 41
Octal 355 306 137 0 20 74 7 54 120 101
Binary 11101101 11000110 1011111 0 10000 111100 111 101100 1010000 1000001

Color Harmonies of #EDC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC65F

Black with #EDC65F

Text Example


Text Example

White with #EDC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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