Html Css Color HEX #EDC871 Golden Sand

📋 copy color: '#EDC871'

red 237 ◦ green 200 ◦ blue 113

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

Shades of Golden Sand #EDC871

Tints of Golden Sand #EDC871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 43.09%
G = 36.36%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC871 (or 0xEDC871) is known color: Golden Sand. HEX triplet: ED, C8 and 71. RGB value is (237,200,113). Sum of RGB (Red+Green+Blue) = 237+200+113=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC871 is #12378E. Grayscale: #C9C9C9. Windows color (decimal): -1193871 or 7457005. OLE color: 7457005.

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

Color convert

RGB 237 200 113 -
CMYK 0 0.16 0.52 0.07
HSL 42.1º 0.78% 0.69% -
HSV(B) 42.1º 0.52% 0.93% -
XYZ 58.56 60.51 24.22 -
YUV 201.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 237 200 113 0 0.16 0.52 0.07 42.1 0.78 0.69
Hex ED C8 71 0 10 34 7 2A 4E 45
Octal 355 310 161 0 20 64 7 52 116 105
Binary 11101101 11001000 1110001 0 10000 110100 111 101010 1001110 1000101

Color Harmonies of #EDC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC871

Black with #EDC871

Text Example


Text Example

White with #EDC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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