Html Css Color HEX #E8D455 Portica

📋 copy color: '#E8D455'

red 232 ◦ green 212 ◦ blue 85

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

Shades of Portica #E8D455

Tints of Portica #E8D455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 85 (33.59% from 255) = 16.07%

R = 43.86%
G = 40.08%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E8D455 (or 0xE8D455) is known color: Portica. HEX triplet: E8, D4 and 55. RGB value is (232,212,85). Sum of RGB (Red+Green+Blue) = 232+212+85=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D455 is #172BAA. Grayscale: #CCCCCC. Windows color (decimal): -1518507 or 5625064. OLE color: 5625064.

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

Color convert

RGB 232 212 85 -
CMYK 0 0.09 0.63 0.09
HSL 51.84º 0.76% 0.62% -
HSV(B) 51.84º 0.63% 0.91% -
XYZ 58.46 64.9 18.04 -
YUV 203.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 232 212 85 0 0.09 0.63 0.09 51.84 0.76 0.62
Hex E8 D4 55 0 9 3F 9 34 4C 3E
Octal 350 324 125 0 11 77 11 64 114 76
Binary 11101000 11010100 1010101 0 1001 111111 1001 110100 1001100 111110

Color Harmonies of #E8D455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D455

Black with #E8D455

Text Example


Text Example

White with #E8D455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D455; }

 p { color: rgb(232,212,85); }

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

background-color css

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

 a { background-color: rgb(232,212,85); }

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

border-color css

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

 span { border-color: rgb(232,212,85); }

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