Html Css Color HEX #ECDB98 Splash

📋 copy color: '#ECDB98'

red 236 ◦ green 219 ◦ blue 152

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

Shades of Splash #ECDB98

Tints of Splash #ECDB98

RGB

 RED value IS 236 (92.58% from 255) = 38.88%

 GREEN value IS 219 (85.94% from 255) = 36.08%

 BLUE value IS 152 (59.77% from 255) = 25.04%

R = 38.88%
G = 36.08%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECDB98 (or 0xECDB98) is known color: Splash. HEX triplet: EC, DB and 98. RGB value is (236,219,152). Sum of RGB (Red+Green+Blue) = 236+219+152=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB98 is #132467. Grayscale: #D8D8D8. Windows color (decimal): -1254504 or 10017772. OLE color: 10017772.

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

Color convert

RGB 236 219 152 -
CMYK 0 0.07 0.36 0.07
HSL 47.86º 0.69% 0.76% -
HSV(B) 47.86º 0.36% 0.93% -
XYZ 65.59 70.76 39.91 -
YUV 216.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 236 219 152 0 0.07 0.36 0.07 47.86 0.69 0.76
Hex EC DB 98 0 7 24 7 30 45 4C
Octal 354 333 230 0 7 44 7 60 105 114
Binary 11101100 11011011 10011000 0 111 100100 111 110000 1000101 1001100

Color Harmonies of #ECDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB98

Black with #ECDB98

Text Example


Text Example

White with #ECDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB98; }

 p { color: rgb(236,219,152); }

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

background-color css

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

 a { background-color: rgb(236,219,152); }

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

border-color css

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

 span { border-color: rgb(236,219,152); }

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