Html Css Color HEX #EDD29C Splash

📋 copy color: '#EDD29C'

red 237 ◦ green 210 ◦ blue 156

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

Shades of Splash #EDD29C

Tints of Splash #EDD29C

RGB

 RED value IS 237 (92.97% from 255) = 39.3%

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

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

R = 39.3%
G = 34.83%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDD29C (or 0xEDD29C) is known color: Splash. HEX triplet: ED, D2 and 9C. RGB value is (237,210,156). Sum of RGB (Red+Green+Blue) = 237+210+156=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29C is #122D63. Grayscale: #D4D4D4. Windows color (decimal): -1191268 or 10277613. OLE color: 10277613.

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

Color convert

RGB 237 210 156 -
CMYK 0 0.11 0.34 0.07
HSL 40º 0.69% 0.77% -
HSV(B) 40º 0.34% 0.93% -
XYZ 63.97 66.5 40.92 -
YUV 211.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 237 210 156 0 0.11 0.34 0.07 40 0.69 0.77
Hex ED D2 9C 0 B 22 7 28 45 4D
Octal 355 322 234 0 13 42 7 50 105 115
Binary 11101101 11010010 10011100 0 1011 100010 111 101000 1000101 1001101

Color Harmonies of #EDD29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD29C

Black with #EDD29C

Text Example


Text Example

White with #EDD29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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