Html Css Color HEX #E8CA5B Portica

📋 copy color: '#E8CA5B'

red 232 ◦ green 202 ◦ blue 91

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

Shades of Portica #E8CA5B

Tints of Portica #E8CA5B

RGB

 RED value IS 232 (91.02% from 255) = 44.19%

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

 BLUE value IS 91 (35.94% from 255) = 17.33%

R = 44.19%
G = 38.48%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8CA5B (or 0xE8CA5B) is known color: Portica. HEX triplet: E8, CA and 5B. RGB value is (232,202,91). Sum of RGB (Red+Green+Blue) = 232+202+91=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA5B is #1735A4. Grayscale: #C6C6C6. Windows color (decimal): -1521061 or 6015720. OLE color: 6015720.

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

Color convert

RGB 232 202 91 -
CMYK 0 0.13 0.61 0.09
HSL 47.23º 0.75% 0.63% -
HSV(B) 47.23º 0.61% 0.91% -
XYZ 56.29 60.15 18.54 -
YUV 198.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 232 202 91 0 0.13 0.61 0.09 47.23 0.75 0.63
Hex E8 CA 5B 0 D 3D 9 2F 4B 3F
Octal 350 312 133 0 15 75 11 57 113 77
Binary 11101000 11001010 1011011 0 1101 111101 1001 101111 1001011 111111

Color Harmonies of #E8CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CA5B

Black with #E8CA5B

Text Example


Text Example

White with #E8CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CA5B; }

 p { color: rgb(232,202,91); }

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

background-color css

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

 a { background-color: rgb(232,202,91); }

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

border-color css

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

 span { border-color: rgb(232,202,91); }

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