Html Css Color HEX #EDD073 Golden Sand

📋 copy color: '#EDD073'

red 237 ◦ green 208 ◦ blue 115

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

Shades of Golden Sand #EDD073

Tints of Golden Sand #EDD073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 42.32%
G = 37.14%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD073 (or 0xEDD073) is known color: Golden Sand. HEX triplet: ED, D0 and 73. RGB value is (237,208,115). Sum of RGB (Red+Green+Blue) = 237+208+115=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD073 is #122F8C. Grayscale: #CECECE. Windows color (decimal): -1191821 or 7590125. OLE color: 7590125.

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

Color convert

RGB 237 208 115 -
CMYK 0 0.12 0.51 0.07
HSL 45.74º 0.77% 0.69% -
HSV(B) 45.74º 0.51% 0.93% -
XYZ 60.58 64.35 25.45 -
YUV 206.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 237 208 115 0 0.12 0.51 0.07 45.74 0.77 0.69
Hex ED D0 73 0 C 33 7 2E 4D 45
Octal 355 320 163 0 14 63 7 56 115 105
Binary 11101101 11010000 1110011 0 1100 110011 111 101110 1001101 1000101

Color Harmonies of #EDD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD073

Black with #EDD073

Text Example


Text Example

White with #EDD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD073; }

 p { color: rgb(237,208,115); }

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

background-color css

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

 a { background-color: rgb(237,208,115); }

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

border-color css

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

 span { border-color: rgb(237,208,115); }

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