Html Css Color HEX #EDC862 Golden Sand

📋 copy color: '#EDC862'

red 237 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #EDC862

Tints of Golden Sand #EDC862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.32%

R = 44.3%
G = 37.38%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC862 (or 0xEDC862) is known color: Golden Sand. HEX triplet: ED, C8 and 62. RGB value is (237,200,98). Sum of RGB (Red+Green+Blue) = 237+200+98=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC862 is #12379D. Grayscale: #C7C7C7. Windows color (decimal): -1193886 or 6473965. OLE color: 6473965.

HSL color Cylindrical-coordinate representation of color #EDC862: hue angle of 44.03º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC862 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 98 -
CMYK 0 0.16 0.59 0.07
HSL 44.03º 0.79% 0.66% -
HSV(B) 44.03º 0.59% 0.93% -
XYZ 57.78 60.19 20.13 -
YUV 199.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 237 200 98 0 0.16 0.59 0.07 44.03 0.79 0.66
Hex ED C8 62 0 10 3B 7 2C 4F 42
Octal 355 310 142 0 20 73 7 54 117 102
Binary 11101101 11001000 1100010 0 10000 111011 111 101100 1001111 1000010

Color Harmonies of #EDC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC862

Black with #EDC862

Text Example


Text Example

White with #EDC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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