Html Css Color HEX #ECD49A Splash

📋 copy color: '#ECD49A'

red 236 ◦ green 212 ◦ blue 154

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

Shades of Splash #ECD49A

Tints of Splash #ECD49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.58%

R = 39.2%
G = 35.22%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECD49A (or 0xECD49A) is known color: Splash. HEX triplet: EC, D4 and 9A. RGB value is (236,212,154). Sum of RGB (Red+Green+Blue) = 236+212+154=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49A is #132B65. Grayscale: #D4D4D4. Windows color (decimal): -1256294 or 10147052. OLE color: 10147052.

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

Color convert

RGB 236 212 154 -
CMYK 0 0.10 0.35 0.07
HSL 42.44º 0.68% 0.76% -
HSV(B) 42.44º 0.35% 0.93% -
XYZ 63.97 67.25 40.18 -
YUV 212.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 236 212 154 0 0.10 0.35 0.07 42.44 0.68 0.76
Hex EC D4 9A 0 A 23 7 2A 44 4C
Octal 354 324 232 0 12 43 7 52 104 114
Binary 11101100 11010100 10011010 0 1010 100011 111 101010 1000100 1001100

Color Harmonies of #ECD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD49A

Black with #ECD49A

Text Example


Text Example

White with #ECD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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