Html Css Color HEX #EED26D Golden Sand

📋 copy color: '#EED26D'

red 238 ◦ green 210 ◦ blue 109

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

Shades of Golden Sand #EED26D

Tints of Golden Sand #EED26D

RGB

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

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

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

R = 42.73%
G = 37.7%
B = 19.57%

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

#EED26D (or 0xEED26D) is known color: Golden Sand. HEX triplet: EE, D2 and 6D. RGB value is (238,210,109). Sum of RGB (Red+Green+Blue) = 238+210+109=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED26D is #112D92. Grayscale: #CFCFCF. Windows color (decimal): -1125779 or 7197422. OLE color: 7197422.

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

Color convert

RGB 238 210 109 -
CMYK 0 0.12 0.54 0.07
HSL 46.98º 0.79% 0.68% -
HSV(B) 46.98º 0.54% 0.93% -
XYZ 61.07 65.37 23.87 -
YUV 206.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 238 210 109 0 0.12 0.54 0.07 46.98 0.79 0.68
Hex EE D2 6D 0 C 36 7 2F 4F 44
Octal 356 322 155 0 14 66 7 57 117 104
Binary 11101110 11010010 1101101 0 1100 110110 111 101111 1001111 1000100

Color Harmonies of #EED26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED26D

Black with #EED26D

Text Example


Text Example

White with #EED26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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