Html Css Color HEX #EED365 Golden Sand

📋 copy color: '#EED365'

red 238 ◦ green 211 ◦ blue 101

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

Shades of Golden Sand #EED365

Tints of Golden Sand #EED365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 43.27%
G = 38.36%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED365 (or 0xEED365) is known color: Golden Sand. HEX triplet: EE, D3 and 65. RGB value is (238,211,101). Sum of RGB (Red+Green+Blue) = 238+211+101=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED365 is #112C9A. Grayscale: #CFCFCF. Windows color (decimal): -1125531 or 6673390. OLE color: 6673390.

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

Color convert

RGB 238 211 101 -
CMYK 0 0.11 0.58 0.07
HSL 48.18º 0.8% 0.66% -
HSV(B) 48.18º 0.58% 0.93% -
XYZ 60.9 65.71 21.78 -
YUV 206.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 238 211 101 0 0.11 0.58 0.07 48.18 0.8 0.66
Hex EE D3 65 0 B 3A 7 30 50 42
Octal 356 323 145 0 13 72 7 60 120 102
Binary 11101110 11010011 1100101 0 1011 111010 111 110000 1010000 1000010

Color Harmonies of #EED365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED365

Black with #EED365

Text Example


Text Example

White with #EED365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED365; }

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

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

background-color css

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

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

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

border-color css

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

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

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