Html Css Color HEX #E5D15A Portica

📋 copy color: '#E5D15A'

red 229 ◦ green 209 ◦ blue 90

#E5D15A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #E5D15A

Tints of Portica #E5D15A

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 90 (35.55% from 255) = 17.05%

R = 43.37%
G = 39.58%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5D15A (or 0xE5D15A) is known color: Portica. HEX triplet: E5, D1 and 5A. RGB value is (229,209,90). Sum of RGB (Red+Green+Blue) = 229+209+90=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D15A is #1A2EA5. Grayscale: #C9C9C9. Windows color (decimal): -1715878 or 5951973. OLE color: 5951973.

HSL color Cylindrical-coordinate representation of color #E5D15A: hue angle of 51.37º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D15A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 90 -
CMYK 0 0.09 0.61 0.10
HSL 51.37º 0.73% 0.63% -
HSV(B) 51.37º 0.61% 0.9% -
XYZ 56.96 63 18.83 -
YUV 201.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 229 209 90 0 0.09 0.61 0.10 51.37 0.73 0.63
Hex E5 D1 5A 0 9 3D A 33 49 3F
Octal 345 321 132 0 11 75 12 63 111 77
Binary 11100101 11010001 1011010 0 1001 111101 1010 110011 1001001 111111

Color Harmonies of #E5D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D15A

Black with #E5D15A

Text Example


Text Example

White with #E5D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D15A; }

 p { color: rgb(229,209,90); }

 H1.HeaderClassName
 {
   color: #E5D15A;
 }
 .AnyTagClassName
 {
   color: #E5D15A;
 }
</style>

background-color css

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

 a { background-color: rgb(229,209,90); }

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

border-color css

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

 span { border-color: rgb(229,209,90); }

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