Html Css Color HEX #EDD270 Golden Sand

📋 copy color: '#EDD270'

red 237 ◦ green 210 ◦ blue 112

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

Shades of Golden Sand #EDD270

Tints of Golden Sand #EDD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

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

R = 42.4%
G = 37.57%
B = 20.04%

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

#EDD270 (or 0xEDD270) is known color: Golden Sand. HEX triplet: ED, D2 and 70. RGB value is (237,210,112). Sum of RGB (Red+Green+Blue) = 237+210+112=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD270 is #122D8F. Grayscale: #CFCFCF. Windows color (decimal): -1191312 or 7394029. OLE color: 7394029.

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

Color convert

RGB 237 210 112 -
CMYK 0 0.11 0.53 0.07
HSL 47.04º 0.78% 0.68% -
HSV(B) 47.04º 0.53% 0.93% -
XYZ 60.9 65.27 24.72 -
YUV 206.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 237 210 112 0 0.11 0.53 0.07 47.04 0.78 0.68
Hex ED D2 70 0 B 35 7 2F 4E 44
Octal 355 322 160 0 13 65 7 57 116 104
Binary 11101101 11010010 1110000 0 1011 110101 111 101111 1001110 1000100

Color Harmonies of #EDD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD270

Black with #EDD270

Text Example


Text Example

White with #EDD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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