Html Css Color HEX #EDC471 Golden Sand

📋 copy color: '#EDC471'

red 237 ◦ green 196 ◦ blue 113

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

Shades of Golden Sand #EDC471

Tints of Golden Sand #EDC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 43.41%
G = 35.9%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC471 (or 0xEDC471) is known color: Golden Sand. HEX triplet: ED, C4 and 71. RGB value is (237,196,113). Sum of RGB (Red+Green+Blue) = 237+196+113=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC471 is #123B8E. Grayscale: #C7C7C7. Windows color (decimal): -1194895 or 7455981. OLE color: 7455981.

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

Color convert

RGB 237 196 113 -
CMYK 0 0.17 0.52 0.07
HSL 40.16º 0.78% 0.69% -
HSV(B) 40.16º 0.52% 0.93% -
XYZ 57.65 58.68 23.91 -
YUV 198.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 237 196 113 0 0.17 0.52 0.07 40.16 0.78 0.69
Hex ED C4 71 0 11 34 7 28 4E 45
Octal 355 304 161 0 21 64 7 50 116 105
Binary 11101101 11000100 1110001 0 10001 110100 111 101000 1001110 1000101

Color Harmonies of #EDC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC471

Black with #EDC471

Text Example


Text Example

White with #EDC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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