Html Css Color HEX #EED765 Golden Sand

📋 copy color: '#EED765'

red 238 ◦ green 215 ◦ blue 101

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

Shades of Golden Sand #EED765

Tints of Golden Sand #EED765

RGB

 RED value IS 238 (93.36% from 255) = 42.96%

 GREEN value IS 215 (84.38% from 255) = 38.81%

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

R = 42.96%
G = 38.81%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED765 (or 0xEED765) is known color: Golden Sand. HEX triplet: EE, D7 and 65. RGB value is (238,215,101). Sum of RGB (Red+Green+Blue) = 238+215+101=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED765 is #11289A. Grayscale: #D1D1D1. Windows color (decimal): -1124507 or 6674414. OLE color: 6674414.

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

Color convert

RGB 238 215 101 -
CMYK 0 0.10 0.58 0.07
HSL 49.93º 0.8% 0.66% -
HSV(B) 49.93º 0.58% 0.93% -
XYZ 61.91 67.72 22.12 -
YUV 208.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 238 215 101 0 0.10 0.58 0.07 49.93 0.8 0.66
Hex EE D7 65 0 A 3A 7 32 50 42
Octal 356 327 145 0 12 72 7 62 120 102
Binary 11101110 11010111 1100101 0 1010 111010 111 110010 1010000 1000010

Color Harmonies of #EED765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED765

Black with #EED765

Text Example


Text Example

White with #EED765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED765; }

 p { color: rgb(238,215,101); }

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

background-color css

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

 a { background-color: rgb(238,215,101); }

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

border-color css

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

 span { border-color: rgb(238,215,101); }

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