#E2CB5A

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

Shades of Portica #E2CB5A

Tints of Portica #E2CB5A

Color information

#E2CB5A (or 0xE2CB5A) is unknown color: approx Portica. HEX triplet: E2, CB and 5A. RGB value is (226,203,90). Sum of RGB (Red+Green+Blue) = 226+203+90=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB5A is #1D34A5. Grayscale: #C5C5C5. Windows color (decimal): -1914022 or 5950434. OLE color: 5950434.

HSL color Cylindrical-coordinate representation of color #E2CB5A: hue angle of 49.85º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2CB5A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22620390-
CMYK00.100.600.11
HSL49.85º70.1%61.96%-
HSV(B)49.85º60.18%88.63%-
XYZ54.5759.6218.3-
YUV196.9967.62148.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=43.55%
G=39.11%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262039000.100.600.1149.8570.161.96
HexE2CB5A0A3CB32463e
Octal34231313201274136210676
Binary111000101100101110110100101011110010111100101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CB5A; }

 p { color: rgb(226,203,90); }

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

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

 a { background-color: rgb(226,203,90); }

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

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

 span { border-color: rgb(226,203,90); }

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