Html Css Color HEX #E5CA5A Portica

📋 copy color: '#E5CA5A'

red 229 ◦ green 202 ◦ blue 90

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

Shades of Portica #E5CA5A

Tints of Portica #E5CA5A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

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

R = 43.95%
G = 38.77%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5CA5A (or 0xE5CA5A) is known color: Portica. HEX triplet: E5, CA and 5A. RGB value is (229,202,90). Sum of RGB (Red+Green+Blue) = 229+202+90=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA5A is #1A35A5. Grayscale: #C5C5C5. Windows color (decimal): -1717670 or 5950181. OLE color: 5950181.

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

Color convert

RGB 229 202 90 -
CMYK 0 0.12 0.61 0.10
HSL 48.35º 0.73% 0.63% -
HSV(B) 48.35º 0.61% 0.9% -
XYZ 55.28 59.64 18.27 -
YUV 197.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 229 202 90 0 0.12 0.61 0.10 48.35 0.73 0.63
Hex E5 CA 5A 0 C 3D A 30 49 3F
Octal 345 312 132 0 14 75 12 60 111 77
Binary 11100101 11001010 1011010 0 1100 111101 1010 110000 1001001 111111

Color Harmonies of #E5CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA5A

Black with #E5CA5A

Text Example


Text Example

White with #E5CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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