Html Css Color HEX #EED375 Golden Sand

📋 copy color: '#EED375'

red 238 ◦ green 211 ◦ blue 117

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

Shades of Golden Sand #EED375

Tints of Golden Sand #EED375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 42.05%
G = 37.28%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED375 (or 0xEED375) is known color: Golden Sand. HEX triplet: EE, D3 and 75. RGB value is (238,211,117). Sum of RGB (Red+Green+Blue) = 238+211+117=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED375 is #112C8A. Grayscale: #D0D0D0. Windows color (decimal): -1125515 or 7721966. OLE color: 7721966.

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

Color convert

RGB 238 211 117 -
CMYK 0 0.11 0.51 0.07
HSL 46.61º 0.78% 0.7% -
HSV(B) 46.61º 0.51% 0.93% -
XYZ 61.77 66.05 26.32 -
YUV 208.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 238 211 117 0 0.11 0.51 0.07 46.61 0.78 0.7
Hex EE D3 75 0 B 33 7 2F 4E 46
Octal 356 323 165 0 13 63 7 57 116 106
Binary 11101110 11010011 1110101 0 1011 110011 111 101111 1001110 1000110

Color Harmonies of #EED375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED375

Black with #EED375

Text Example


Text Example

White with #EED375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED375; }

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

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

background-color css

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

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

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

border-color css

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

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

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