Html Css Color HEX #EDD470 Golden Sand

📋 copy color: '#EDD470'

red 237 ◦ green 212 ◦ blue 112

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

Shades of Golden Sand #EDD470

Tints of Golden Sand #EDD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 42.25%
G = 37.79%
B = 19.96%

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

#EDD470 (or 0xEDD470) is known color: Golden Sand. HEX triplet: ED, D4 and 70. RGB value is (237,212,112). Sum of RGB (Red+Green+Blue) = 237+212+112=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD470 is #122B8F. Grayscale: #D0D0D0. Windows color (decimal): -1190800 or 7394541. OLE color: 7394541.

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

Color convert

RGB 237 212 112 -
CMYK 0 0.11 0.53 0.07
HSL 48º 0.78% 0.68% -
HSV(B) 48º 0.53% 0.93% -
XYZ 61.39 66.26 24.88 -
YUV 208.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 237 212 112 0 0.11 0.53 0.07 48 0.78 0.68
Hex ED D4 70 0 B 35 7 30 4E 44
Octal 355 324 160 0 13 65 7 60 116 104
Binary 11101101 11010100 1110000 0 1011 110101 111 110000 1001110 1000100

Color Harmonies of #EDD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD470

Black with #EDD470

Text Example


Text Example

White with #EDD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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