Html Css Color HEX #EED26C Golden Sand

📋 copy color: '#EED26C'

red 238 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #EED26C

Tints of Golden Sand #EED26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 42.81%
G = 37.77%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED26C (or 0xEED26C) is known color: Golden Sand. HEX triplet: EE, D2 and 6C. RGB value is (238,210,108). Sum of RGB (Red+Green+Blue) = 238+210+108=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED26C is #112D93. Grayscale: #CFCFCF. Windows color (decimal): -1125780 or 7131886. OLE color: 7131886.

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

Color convert

RGB 238 210 108 -
CMYK 0 0.12 0.55 0.07
HSL 47.08º 0.79% 0.68% -
HSV(B) 47.08º 0.55% 0.93% -
XYZ 61.01 65.35 23.59 -
YUV 206.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 238 210 108 0 0.12 0.55 0.07 47.08 0.79 0.68
Hex EE D2 6C 0 C 37 7 2F 4F 44
Octal 356 322 154 0 14 67 7 57 117 104
Binary 11101110 11010010 1101100 0 1100 110111 111 101111 1001111 1000100

Color Harmonies of #EED26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED26C

Black with #EED26C

Text Example


Text Example

White with #EED26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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