#EACF5C

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

Shades of Portica #EACF5C

Tints of Portica #EACF5C

Color information

#EACF5C (or 0xEACF5C) is unknown color: approx Portica. HEX triplet: EA, CF and 5C. RGB value is (234,207,92). Sum of RGB (Red+Green+Blue) = 234+207+92=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF5C is #1530A3. Grayscale: #CACACA. Windows color (decimal): -1388708 or 6082538. OLE color: 6082538.

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

Color convert

RGB23420792-
CMYK00.120.610.08
HSL48.59º77.17%63.92%-
HSV(B)48.59º60.68%91.76%-
XYZ58.1862.8919.2-
YUV201.9665.95150.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=43.90%
G=38.84%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342079200.120.610.0848.5977.1763.92
HexEACF5C0C3D8314d40
Octal352317134014751061115100
Binary1110101011001111101110001100111101100011000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF5C; }

 p { color: rgb(234,207,92); }

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

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

 a { background-color: rgb(234,207,92); }

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

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

 span { border-color: rgb(234,207,92); }

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