Html Css Color HEX #EDD39E Splash

📋 copy color: '#EDD39E'

red 237 ◦ green 211 ◦ blue 158

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

Shades of Splash #EDD39E

Tints of Splash #EDD39E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.07%

R = 39.11%
G = 34.82%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD39E (or 0xEDD39E) is known color: Splash. HEX triplet: ED, D3 and 9E. RGB value is (237,211,158). Sum of RGB (Red+Green+Blue) = 237+211+158=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD39E is #122C61. Grayscale: #D4D4D4. Windows color (decimal): -1191010 or 10408941. OLE color: 10408941.

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

Color convert

RGB 237 211 158 -
CMYK 0 0.11 0.33 0.07
HSL 40.25º 0.69% 0.77% -
HSV(B) 40.25º 0.33% 0.93% -
XYZ 64.39 67.06 41.9 -
YUV 212.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 237 211 158 0 0.11 0.33 0.07 40.25 0.69 0.77
Hex ED D3 9E 0 B 21 7 28 45 4D
Octal 355 323 236 0 13 41 7 50 105 115
Binary 11101101 11010011 10011110 0 1011 100001 111 101000 1000101 1001101

Color Harmonies of #EDD39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD39E

Black with #EDD39E

Text Example


Text Example

White with #EDD39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD39E; }

 p { color: rgb(237,211,158); }

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

background-color css

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

 a { background-color: rgb(237,211,158); }

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

border-color css

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

 span { border-color: rgb(237,211,158); }

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