Html Css Color HEX #EDD370 Golden Sand

📋 copy color: '#EDD370'

red 237 ◦ green 211 ◦ blue 112

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

Shades of Golden Sand #EDD370

Tints of Golden Sand #EDD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

 BLUE value IS 112 (44.14% from 255) = 20%

R = 42.32%
G = 37.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD370 (or 0xEDD370) is known color: Golden Sand. HEX triplet: ED, D3 and 70. RGB value is (237,211,112). Sum of RGB (Red+Green+Blue) = 237+211+112=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD370 is #122C8F. Grayscale: #CFCFCF. Windows color (decimal): -1191056 or 7394285. OLE color: 7394285.

HSL color Cylindrical-coordinate representation of color #EDD370: hue angle of 47.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDD370 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 112 -
CMYK 0 0.11 0.53 0.07
HSL 47.52º 0.78% 0.68% -
HSV(B) 47.52º 0.53% 0.93% -
XYZ 61.14 65.76 24.8 -
YUV 207.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 237 211 112 0 0.11 0.53 0.07 47.52 0.78 0.68
Hex ED D3 70 0 B 35 7 30 4E 44
Octal 355 323 160 0 13 65 7 60 116 104
Binary 11101101 11010011 1110000 0 1011 110101 111 110000 1001110 1000100

Color Harmonies of #EDD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD370

Black with #EDD370

Text Example


Text Example

White with #EDD370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD370; }

 p { color: rgb(237,211,112); }

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

background-color css

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

 a { background-color: rgb(237,211,112); }

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

border-color css

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

 span { border-color: rgb(237,211,112); }

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