#ECD35B

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

Shades of Portica #ECD35B

Tints of Portica #ECD35B

Color information

#ECD35B (or 0xECD35B) is unknown color: approx Portica. HEX triplet: EC, D3 and 5B. RGB value is (236,211,91). Sum of RGB (Red+Green+Blue) = 236+211+91=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD35B is #132CA4. Grayscale: #CDCDCD. Windows color (decimal): -1256613 or 6018028. OLE color: 6018028.

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

Color convert

RGB23621191-
CMYK00.110.610.07
HSL49.66º79.23%64.12%-
HSV(B)49.66º61.44%92.55%-
XYZ59.7765.1819.33-
YUV204.863.78150.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 91 (35.94% from 255) = 16.91%
R=43.87%
G=39.22%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362119100.110.610.0749.6679.2364.12
HexECD35B0B3D7324f40
Octal35432313301375762117100
Binary111011001101001110110110101111110111111001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD35B; }

 p { color: rgb(236,211,91); }

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

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

 a { background-color: rgb(236,211,91); }

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

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

 span { border-color: rgb(236,211,91); }

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