Html Css Color HEX #ECD498 Splash

📋 copy color: '#ECD498'

red 236 ◦ green 212 ◦ blue 152

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

Shades of Splash #ECD498

Tints of Splash #ECD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.33%

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

R = 39.33%
G = 35.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECD498 (or 0xECD498) is known color: Splash. HEX triplet: EC, D4 and 98. RGB value is (236,212,152). Sum of RGB (Red+Green+Blue) = 236+212+152=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD498 is #132B67. Grayscale: #D4D4D4. Windows color (decimal): -1256296 or 10015980. OLE color: 10015980.

HSL color Cylindrical-coordinate representation of color #ECD498: hue angle of 42.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 #ECD498 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 152 -
CMYK 0 0.10 0.36 0.07
HSL 42.86º 0.69% 0.76% -
HSV(B) 42.86º 0.36% 0.93% -
XYZ 63.8 67.19 39.31 -
YUV 212.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 236 212 152 0 0.10 0.36 0.07 42.86 0.69 0.76
Hex EC D4 98 0 A 24 7 2B 45 4C
Octal 354 324 230 0 12 44 7 53 105 114
Binary 11101100 11010100 10011000 0 1010 100100 111 101011 1000101 1001100

Color Harmonies of #ECD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD498

Black with #ECD498

Text Example


Text Example

White with #ECD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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