Html Css Color HEX #EDD461 Golden Sand

📋 copy color: '#EDD461'

red 237 ◦ green 212 ◦ blue 97

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

Shades of Golden Sand #EDD461

Tints of Golden Sand #EDD461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.77%

R = 43.41%
G = 38.83%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD461 (or 0xEDD461) is known color: Golden Sand. HEX triplet: ED, D4 and 61. RGB value is (237,212,97). Sum of RGB (Red+Green+Blue) = 237+212+97=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD461 is #122B9E. Grayscale: #CECECE. Windows color (decimal): -1190815 or 6411501. OLE color: 6411501.

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

Color convert

RGB 237 212 97 -
CMYK 0 0.11 0.59 0.07
HSL 49.29º 0.8% 0.65% -
HSV(B) 49.29º 0.59% 0.93% -
XYZ 60.63 65.95 20.84 -
YUV 206.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 237 212 97 0 0.11 0.59 0.07 49.29 0.8 0.65
Hex ED D4 61 0 B 3B 7 31 50 41
Octal 355 324 141 0 13 73 7 61 120 101
Binary 11101101 11010100 1100001 0 1011 111011 111 110001 1010000 1000001

Color Harmonies of #EDD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD461

Black with #EDD461

Text Example


Text Example

White with #EDD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD461; }

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

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

background-color css

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

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

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

border-color css

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

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

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