Html Css Color HEX #EDD074 Golden Sand

📋 copy color: '#EDD074'

red 237 ◦ green 208 ◦ blue 116

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

Shades of Golden Sand #EDD074

Tints of Golden Sand #EDD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 42.25%
G = 37.08%
B = 20.68%

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

#EDD074 (or 0xEDD074) is known color: Golden Sand. HEX triplet: ED, D0 and 74. RGB value is (237,208,116). Sum of RGB (Red+Green+Blue) = 237+208+116=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD074 is #122F8B. Grayscale: #CECECE. Windows color (decimal): -1191820 or 7655661. OLE color: 7655661.

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

Color convert

RGB 237 208 116 -
CMYK 0 0.12 0.51 0.07
HSL 45.62º 0.77% 0.69% -
HSV(B) 45.62º 0.51% 0.93% -
XYZ 60.63 64.38 25.75 -
YUV 206.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 237 208 116 0 0.12 0.51 0.07 45.62 0.77 0.69
Hex ED D0 74 0 C 33 7 2E 4D 45
Octal 355 320 164 0 14 63 7 56 115 105
Binary 11101101 11010000 1110100 0 1100 110011 111 101110 1001101 1000101

Color Harmonies of #EDD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD074

Black with #EDD074

Text Example


Text Example

White with #EDD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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