Html Css Color HEX #EDD29D Splash

📋 copy color: '#EDD29D'

red 237 ◦ green 210 ◦ blue 157

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

Shades of Splash #EDD29D

Tints of Splash #EDD29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 39.24%
G = 34.77%
B = 25.99%

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

#EDD29D (or 0xEDD29D) is known color: Splash. HEX triplet: ED, D2 and 9D. RGB value is (237,210,157). Sum of RGB (Red+Green+Blue) = 237+210+157=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29D is #122D62. Grayscale: #D4D4D4. Windows color (decimal): -1191267 or 10343149. OLE color: 10343149.

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

Color convert

RGB 237 210 157 -
CMYK 0 0.11 0.34 0.07
HSL 39.75º 0.69% 0.77% -
HSV(B) 39.75º 0.34% 0.93% -
XYZ 64.06 66.53 41.36 -
YUV 212.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 237 210 157 0 0.11 0.34 0.07 39.75 0.69 0.77
Hex ED D2 9D 0 B 22 7 28 45 4D
Octal 355 322 235 0 13 42 7 50 105 115
Binary 11101101 11010010 10011101 0 1011 100010 111 101000 1000101 1001101

Color Harmonies of #EDD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD29D

Black with #EDD29D

Text Example


Text Example

White with #EDD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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