Html Css Color HEX #EED670 Golden Sand

📋 copy color: '#EED670'

red 238 ◦ green 214 ◦ blue 112

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

Shades of Golden Sand #EED670

Tints of Golden Sand #EED670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

 BLUE value IS 112 (44.14% from 255) = 19.86%

R = 42.2%
G = 37.94%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED670 (or 0xEED670) is known color: Golden Sand. HEX triplet: EE, D6 and 70. RGB value is (238,214,112). Sum of RGB (Red+Green+Blue) = 238+214+112=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED670 is #11298F. Grayscale: #D1D1D1. Windows color (decimal): -1124752 or 7395054. OLE color: 7395054.

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

Color convert

RGB 238 214 112 -
CMYK 0 0.10 0.53 0.07
HSL 48.57º 0.79% 0.69% -
HSV(B) 48.57º 0.53% 0.93% -
XYZ 62.23 67.44 25.07 -
YUV 209.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 238 214 112 0 0.10 0.53 0.07 48.57 0.79 0.69
Hex EE D6 70 0 A 35 7 31 4F 45
Octal 356 326 160 0 12 65 7 61 117 105
Binary 11101110 11010110 1110000 0 1010 110101 111 110001 1001111 1000101

Color Harmonies of #EED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED670

Black with #EED670

Text Example


Text Example

White with #EED670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED670; }

 p { color: rgb(238,214,112); }

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

background-color css

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

 a { background-color: rgb(238,214,112); }

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

border-color css

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

 span { border-color: rgb(238,214,112); }

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