Html Css Color HEX #EED39B Splash

📋 copy color: '#EED39B'

red 238 ◦ green 211 ◦ blue 155

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

Shades of Splash #EED39B

Tints of Splash #EED39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

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

R = 39.4%
G = 34.93%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EED39B (or 0xEED39B) is known color: Splash. HEX triplet: EE, D3 and 9B. RGB value is (238,211,155). Sum of RGB (Red+Green+Blue) = 238+211+155=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED39B is #112C64. Grayscale: #D4D4D4. Windows color (decimal): -1125477 or 10212334. OLE color: 10212334.

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

Color convert

RGB 238 211 155 -
CMYK 0 0.11 0.35 0.07
HSL 40.48º 0.71% 0.77% -
HSV(B) 40.48º 0.35% 0.93% -
XYZ 64.47 67.13 40.57 -
YUV 212.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 238 211 155 0 0.11 0.35 0.07 40.48 0.71 0.77
Hex EE D3 9B 0 B 23 7 28 47 4D
Octal 356 323 233 0 13 43 7 50 107 115
Binary 11101110 11010011 10011011 0 1011 100011 111 101000 1000111 1001101

Color Harmonies of #EED39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED39B

Black with #EED39B

Text Example


Text Example

White with #EED39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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