#ECD84C

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

Shades of Portica #ECD84C

Tints of Portica #ECD84C

Color information

#ECD84C (or 0xECD84C) is unknown color: approx Portica. HEX triplet: EC, D8 and 4C. RGB value is (236,216,76). Sum of RGB (Red+Green+Blue) = 236+216+76=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD84C is #1327B3. Grayscale: #CECECE. Windows color (decimal): -1255348 or 5036268. OLE color: 5036268.

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

Color convert

RGB23621676-
CMYK00.080.680.07
HSL52.5º80.81%61.18%-
HSV(B)52.5º67.8%92.55%-
XYZ60.4567.4716.67-
YUV206.0254.63149.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 76 (30.08% from 255) = 14.39%
R=44.70%
G=40.91%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362167600.080.680.0752.580.8161.18
HexECD84C0844734513d
Octal35433011401010476412175
Binary111011001101100010011000100010001001111101001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD84C; }

 p { color: rgb(236,216,76); }

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

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

 a { background-color: rgb(236,216,76); }

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

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

 span { border-color: rgb(236,216,76); }

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