#ECD69B

Color #ECD69B Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #ECD69B

Tints of Splash #ECD69B

Color information

#ECD69B (or 0xECD69B) is unknown color: approx Splash. HEX triplet: EC, D6 and 9B. RGB value is (236,214,155). Sum of RGB (Red+Green+Blue) = 236+214+155=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD69B is #132964. Grayscale: #D6D6D6. Windows color (decimal): -1255781 or 10213100. OLE color: 10213100.

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

Color convert

RGB236214155-
CMYK00.090.340.07
HSL43.7º68.07%76.67%-
HSV(B)43.7º34.32%92.55%-
XYZ64.5668.2940.79-
YUV213.8594.79143.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 155 (60.94% from 255) = 25.62%
R=39.01%
G=35.37%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621415500.090.340.0743.768.0776.67
HexECD69B092272c444d
Octal35432623301142754104115
Binary1110110011010110100110110100110001011110110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD69B; }

 p { color: rgb(236,214,155); }

 H1.HeaderClassName
 {
   color: #ECD69B;
 }
 .AnyTagClassName
 {
   color: #ECD69B;
 }
</style>
background-color css

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

 a { background-color: rgb(236,214,155); }

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

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

 span { border-color: rgb(236,214,155); }

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