#EAD55B

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

Shades of Portica #EAD55B

Tints of Portica #EAD55B

Color information

#EAD55B (or 0xEAD55B) is unknown color: approx Portica. HEX triplet: EA, D5 and 5B. RGB value is (234,213,91). Sum of RGB (Red+Green+Blue) = 234+213+91=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD55B is #152AA4. Grayscale: #CDCDCD. Windows color (decimal): -1387173 or 6018538. OLE color: 6018538.

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

Color convert

RGB23421391-
CMYK00.090.610.08
HSL51.19º77.3%63.73%-
HSV(B)51.19º61.11%91.76%-
XYZ59.6165.8419.46-
YUV205.3763.46148.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 91 (35.94% from 255) = 16.91%
R=43.49%
G=39.59%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342139100.090.610.0851.1977.363.73
HexEAD55B093D8334d40
Octal352325133011751063115100
Binary1110101011010101101101101001111101100011001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD55B; }

 p { color: rgb(234,213,91); }

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

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

 a { background-color: rgb(234,213,91); }

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

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

 span { border-color: rgb(234,213,91); }

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