Html Css Color HEX #EED16B Golden Sand

📋 copy color: '#EED16B'

red 238 ◦ green 209 ◦ blue 107

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

Shades of Golden Sand #EED16B

Tints of Golden Sand #EED16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 107 (42.19% from 255) = 19.31%

R = 42.96%
G = 37.73%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED16B (or 0xEED16B) is known color: Golden Sand. HEX triplet: EE, D1 and 6B. RGB value is (238,209,107). Sum of RGB (Red+Green+Blue) = 238+209+107=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED16B is #112E94. Grayscale: #CECECE. Windows color (decimal): -1126037 or 7066094. OLE color: 7066094.

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

Color convert

RGB 238 209 107 -
CMYK 0 0.12 0.55 0.07
HSL 46.72º 0.79% 0.68% -
HSV(B) 46.72º 0.55% 0.93% -
XYZ 60.71 64.84 23.23 -
YUV 206.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 238 209 107 0 0.12 0.55 0.07 46.72 0.79 0.68
Hex EE D1 6B 0 C 37 7 2F 4F 44
Octal 356 321 153 0 14 67 7 57 117 104
Binary 11101110 11010001 1101011 0 1100 110111 111 101111 1001111 1000100

Color Harmonies of #EED16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED16B

Black with #EED16B

Text Example


Text Example

White with #EED16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED16B; }

 p { color: rgb(238,209,107); }

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

background-color css

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

 a { background-color: rgb(238,209,107); }

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

border-color css

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

 span { border-color: rgb(238,209,107); }

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