Html Css Color HEX #EED46F Golden Sand

📋 copy color: '#EED46F'

red 238 ◦ green 212 ◦ blue 111

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

Shades of Golden Sand #EED46F

Tints of Golden Sand #EED46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.79%

R = 42.42%
G = 37.79%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED46F (or 0xEED46F) is known color: Golden Sand. HEX triplet: EE, D4 and 6F. RGB value is (238,212,111). Sum of RGB (Red+Green+Blue) = 238+212+111=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED46F is #112B90. Grayscale: #D0D0D0. Windows color (decimal): -1125265 or 7329006. OLE color: 7329006.

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

Color convert

RGB 238 212 111 -
CMYK 0 0.11 0.53 0.07
HSL 47.72º 0.79% 0.68% -
HSV(B) 47.72º 0.53% 0.93% -
XYZ 61.67 66.41 24.61 -
YUV 208.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 238 212 111 0 0.11 0.53 0.07 47.72 0.79 0.68
Hex EE D4 6F 0 B 35 7 30 4F 44
Octal 356 324 157 0 13 65 7 60 117 104
Binary 11101110 11010100 1101111 0 1011 110101 111 110000 1001111 1000100

Color Harmonies of #EED46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED46F

Black with #EED46F

Text Example


Text Example

White with #EED46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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