#ECD65F

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

Shades of Portica #ECD65F

Tints of Portica #ECD65F

Color information

#ECD65F (or 0xECD65F) is unknown color: approx Portica. HEX triplet: EC, D6 and 5F. RGB value is (236,214,95). Sum of RGB (Red+Green+Blue) = 236+214+95=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD65F is #1329A0. Grayscale: #CFCFCF. Windows color (decimal): -1255841 or 6280940. OLE color: 6280940.

HSL color Cylindrical-coordinate representation of color #ECD65F: hue angle of 50.64º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECD65F is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23621495-
CMYK00.090.600.07
HSL50.64º78.77%64.9%-
HSV(B)50.64º59.75%92.55%-
XYZ60.766.7520.51-
YUV207.0164.79148.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 95 (37.5% from 255) = 17.43%
R=43.30%
G=39.27%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362149500.090.600.0750.6478.7764.9
HexECD65F093C7334f41
Octal35432613701174763117101
Binary111011001101011010111110100111110011111001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD65F; }

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

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

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

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

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

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

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

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