#ECD25B

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

Shades of Portica #ECD25B

Tints of Portica #ECD25B

Color information

#ECD25B (or 0xECD25B) is unknown color: approx Portica. HEX triplet: EC, D2 and 5B. RGB value is (236,210,91). Sum of RGB (Red+Green+Blue) = 236+210+91=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD25B is #132DA4. Grayscale: #CCCCCC. Windows color (decimal): -1256869 or 6017772. OLE color: 6017772.

HSL color Cylindrical-coordinate representation of color #ECD25B: hue angle of 49.24º 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 #ECD25B is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23621091-
CMYK00.110.610.07
HSL49.24º79.23%64.12%-
HSV(B)49.24º61.44%92.55%-
XYZ59.5364.6819.24-
YUV204.2164.11150.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 91 (35.94% from 255) = 16.95%
R=43.95%
G=39.11%
B=16.95%

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
Decimal2362109100.110.610.0749.2479.2364.12
HexECD25B0B3D7314f40
Octal35432213301375761117100
Binary111011001101001010110110101111110111111000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD25B; }

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

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

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

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

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

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

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

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