Html Css Color HEX #EED46D Golden Sand

📋 copy color: '#EED46D'

red 238 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #EED46D

Tints of Golden Sand #EED46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 109 (42.97% from 255) = 19.5%

R = 42.58%
G = 37.92%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED46D (or 0xEED46D) is known color: Golden Sand. HEX triplet: EE, D4 and 6D. RGB value is (238,212,109). Sum of RGB (Red+Green+Blue) = 238+212+109=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED46D is #112B92. Grayscale: #D0D0D0. Windows color (decimal): -1125267 or 7197934. OLE color: 7197934.

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

Color convert

RGB 238 212 109 -
CMYK 0 0.11 0.54 0.07
HSL 47.91º 0.79% 0.68% -
HSV(B) 47.91º 0.54% 0.93% -
XYZ 61.56 66.37 24.03 -
YUV 208.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 238 212 109 0 0.11 0.54 0.07 47.91 0.79 0.68
Hex EE D4 6D 0 B 36 7 30 4F 44
Octal 356 324 155 0 13 66 7 60 117 104
Binary 11101110 11010100 1101101 0 1011 110110 111 110000 1001111 1000100

Color Harmonies of #EED46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED46D

Black with #EED46D

Text Example


Text Example

White with #EED46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED46D; }

 p { color: rgb(238,212,109); }

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

background-color css

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

 a { background-color: rgb(238,212,109); }

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

border-color css

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

 span { border-color: rgb(238,212,109); }

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