Html Css Color HEX #EED26E Golden Sand

📋 copy color: '#EED26E'

red 238 ◦ green 210 ◦ blue 110

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

Shades of Golden Sand #EED26E

Tints of Golden Sand #EED26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 42.65%
G = 37.63%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED26E (or 0xEED26E) is known color: Golden Sand. HEX triplet: EE, D2 and 6E. RGB value is (238,210,110). Sum of RGB (Red+Green+Blue) = 238+210+110=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED26E is #112D91. Grayscale: #CFCFCF. Windows color (decimal): -1125778 or 7262958. OLE color: 7262958.

HSL color Cylindrical-coordinate representation of color #EED26E: hue angle of 46.88º 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 #EED26E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 110 -
CMYK 0 0.12 0.54 0.07
HSL 46.88º 0.79% 0.68% -
HSV(B) 46.88º 0.54% 0.93% -
XYZ 61.12 65.4 24.15 -
YUV 206.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 238 210 110 0 0.12 0.54 0.07 46.88 0.79 0.68
Hex EE D2 6E 0 C 36 7 2F 4F 44
Octal 356 322 156 0 14 66 7 57 117 104
Binary 11101110 11010010 1101110 0 1100 110110 111 101111 1001111 1000100

Color Harmonies of #EED26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED26E

Black with #EED26E

Text Example


Text Example

White with #EED26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED26E; }

 p { color: rgb(238,210,110); }

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

background-color css

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

 a { background-color: rgb(238,210,110); }

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

border-color css

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

 span { border-color: rgb(238,210,110); }

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