#EBCF53

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

Shades of Portica #EBCF53

Tints of Portica #EBCF53

Color information

#EBCF53 (or 0xEBCF53) is unknown color: approx Portica. HEX triplet: EB, CF and 53. RGB value is (235,207,83). Sum of RGB (Red+Green+Blue) = 235+207+83=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCF53 is #1430AC. Grayscale: #C9C9C9. Windows color (decimal): -1323181 or 5492715. OLE color: 5492715.

HSL color Cylindrical-coordinate representation of color #EBCF53: hue angle of 48.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBCF53 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23520783-
CMYK00.120.650.08
HSL48.95º79.17%62.35%-
HSV(B)48.95º64.68%92.16%-
XYZ58.1462.9117.26-
YUV201.2461.28152.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 83 (32.81% from 255) = 15.81%
R=44.76%
G=39.43%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352078300.120.650.0848.9579.1762.35
HexEBCF530C418314f3e
Octal353317123014101106111776
Binary1110101111001111101001101100100000110001100011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF53; }

 p { color: rgb(235,207,83); }

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

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

 a { background-color: rgb(235,207,83); }

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

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

 span { border-color: rgb(235,207,83); }

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