Html Css Color HEX #EDDD65 Golden Sand

📋 copy color: '#EDDD65'

red 237 ◦ green 221 ◦ blue 101

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

Shades of Golden Sand #EDDD65

Tints of Golden Sand #EDDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 42.4%
G = 39.53%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDD65 (or 0xEDDD65) is known color: Golden Sand. HEX triplet: ED, DD and 65. RGB value is (237,221,101). Sum of RGB (Red+Green+Blue) = 237+221+101=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD65 is #12229A. Grayscale: #D4D4D4. Windows color (decimal): -1188507 or 6675949. OLE color: 6675949.

HSL color Cylindrical-coordinate representation of color #EDDD65: hue angle of 52.94º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDDD65 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 101 -
CMYK 0 0.07 0.57 0.07
HSL 52.94º 0.79% 0.66% -
HSV(B) 52.94º 0.57% 0.93% -
XYZ 63.13 70.66 22.62 -
YUV 212.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 237 221 101 0 0.07 0.57 0.07 52.94 0.79 0.66
Hex ED DD 65 0 7 39 7 35 4F 42
Octal 355 335 145 0 7 71 7 65 117 102
Binary 11101101 11011101 1100101 0 111 111001 111 110101 1001111 1000010

Color Harmonies of #EDDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD65

Black with #EDDD65

Text Example


Text Example

White with #EDDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD65; }

 p { color: rgb(237,221,101); }

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

background-color css

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

 a { background-color: rgb(237,221,101); }

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

border-color css

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

 span { border-color: rgb(237,221,101); }

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