Html Css Color HEX #EED29C Splash

📋 copy color: '#EED29C'

red 238 ◦ green 210 ◦ blue 156

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

Shades of Splash #EED29C

Tints of Splash #EED29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.83%

R = 39.4%
G = 34.77%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED29C (or 0xEED29C) is known color: Splash. HEX triplet: EE, D2 and 9C. RGB value is (238,210,156). Sum of RGB (Red+Green+Blue) = 238+210+156=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED29C is #112D63. Grayscale: #D4D4D4. Windows color (decimal): -1125732 or 10277614. OLE color: 10277614.

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

Color convert

RGB 238 210 156 -
CMYK 0 0.12 0.34 0.07
HSL 39.51º 0.71% 0.77% -
HSV(B) 39.51º 0.34% 0.93% -
XYZ 64.31 66.67 40.93 -
YUV 212.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 238 210 156 0 0.12 0.34 0.07 39.51 0.71 0.77
Hex EE D2 9C 0 C 22 7 28 47 4D
Octal 356 322 234 0 14 42 7 50 107 115
Binary 11101110 11010010 10011100 0 1100 100010 111 101000 1000111 1001101

Color Harmonies of #EED29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED29C

Black with #EED29C

Text Example


Text Example

White with #EED29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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