Html Css Color HEX #EEDB9B Splash

📋 copy color: '#EEDB9B'

red 238 ◦ green 219 ◦ blue 155

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

Shades of Splash #EEDB9B

Tints of Splash #EEDB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

 BLUE value IS 155 (60.94% from 255) = 25.33%

R = 38.89%
G = 35.78%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEDB9B (or 0xEEDB9B) is known color: Splash. HEX triplet: EE, DB and 9B. RGB value is (238,219,155). Sum of RGB (Red+Green+Blue) = 238+219+155=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9B is #112464. Grayscale: #D9D9D9. Windows color (decimal): -1123429 or 10214382. OLE color: 10214382.

HSL color Cylindrical-coordinate representation of color #EEDB9B: hue angle of 46.27º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEDB9B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 155 -
CMYK 0 0.08 0.35 0.07
HSL 46.27º 0.71% 0.77% -
HSV(B) 46.27º 0.35% 0.93% -
XYZ 66.51 71.21 41.25 -
YUV 217.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 238 219 155 0 0.08 0.35 0.07 46.27 0.71 0.77
Hex EE DB 9B 0 8 23 7 2E 47 4D
Octal 356 333 233 0 10 43 7 56 107 115
Binary 11101110 11011011 10011011 0 1000 100011 111 101110 1000111 1001101

Color Harmonies of #EEDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB9B

Black with #EEDB9B

Text Example


Text Example

White with #EEDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB9B; }

 p { color: rgb(238,219,155); }

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

background-color css

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

 a { background-color: rgb(238,219,155); }

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

border-color css

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

 span { border-color: rgb(238,219,155); }

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