Html Css Color HEX #EDDA65 Golden Sand

📋 copy color: '#EDDA65'

red 237 ◦ green 218 ◦ blue 101

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

Shades of Golden Sand #EDDA65

Tints of Golden Sand #EDDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.21%

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

R = 42.63%
G = 39.21%
B = 18.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDA65 (or 0xEDDA65) is known color: Golden Sand. HEX triplet: ED, DA and 65. RGB value is (237,218,101). Sum of RGB (Red+Green+Blue) = 237+218+101=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA65 is #12259A. Grayscale: #D2D2D2. Windows color (decimal): -1189275 or 6675181. OLE color: 6675181.

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

Color convert

RGB 237 218 101 -
CMYK 0 0.08 0.57 0.07
HSL 51.62º 0.79% 0.66% -
HSV(B) 51.62º 0.57% 0.93% -
XYZ 62.35 69.09 22.36 -
YUV 210.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 237 218 101 0 0.08 0.57 0.07 51.62 0.79 0.66
Hex ED DA 65 0 8 39 7 34 4F 42
Octal 355 332 145 0 10 71 7 64 117 102
Binary 11101101 11011010 1100101 0 1000 111001 111 110100 1001111 1000010

Color Harmonies of #EDDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA65

Black with #EDDA65

Text Example


Text Example

White with #EDDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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