Html Css Color HEX #EDC872 Golden Sand

📋 copy color: '#EDC872'

red 237 ◦ green 200 ◦ blue 114

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

Shades of Golden Sand #EDC872

Tints of Golden Sand #EDC872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 43.01%
G = 36.3%
B = 20.69%

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

#EDC872 (or 0xEDC872) is known color: Golden Sand. HEX triplet: ED, C8 and 72. RGB value is (237,200,114). Sum of RGB (Red+Green+Blue) = 237+200+114=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC872 is #12378D. Grayscale: #C9C9C9. Windows color (decimal): -1193870 or 7522541. OLE color: 7522541.

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

Color convert

RGB 237 200 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.95º 0.77% 0.69% -
HSV(B) 41.95º 0.52% 0.93% -
XYZ 58.62 60.53 24.51 -
YUV 201.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 237 200 114 0 0.16 0.52 0.07 41.95 0.77 0.69
Hex ED C8 72 0 10 34 7 2A 4D 45
Octal 355 310 162 0 20 64 7 52 115 105
Binary 11101101 11001000 1110010 0 10000 110100 111 101010 1001101 1000101

Color Harmonies of #EDC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC872

Black with #EDC872

Text Example


Text Example

White with #EDC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC872; }

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

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

background-color css

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

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

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

border-color css

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

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

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