Html Css Color HEX #E8D255 Portica

📋 copy color: '#E8D255'

red 232 ◦ green 210 ◦ blue 85

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

Shades of Portica #E8D255

Tints of Portica #E8D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.85%

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

R = 44.02%
G = 39.85%
B = 16.13%

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

#E8D255 (or 0xE8D255) is known color: Portica. HEX triplet: E8, D2 and 55. RGB value is (232,210,85). Sum of RGB (Red+Green+Blue) = 232+210+85=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D255 is #172DAA. Grayscale: #CACACA. Windows color (decimal): -1519019 or 5624552. OLE color: 5624552.

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

Color convert

RGB 232 210 85 -
CMYK 0 0.09 0.63 0.09
HSL 51.02º 0.76% 0.62% -
HSV(B) 51.02º 0.63% 0.91% -
XYZ 57.97 63.9 17.87 -
YUV 202.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 232 210 85 0 0.09 0.63 0.09 51.02 0.76 0.62
Hex E8 D2 55 0 9 3F 9 33 4C 3E
Octal 350 322 125 0 11 77 11 63 114 76
Binary 11101000 11010010 1010101 0 1001 111111 1001 110011 1001100 111110

Color Harmonies of #E8D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D255

Black with #E8D255

Text Example


Text Example

White with #E8D255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D255; }

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

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

background-color css

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

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

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

border-color css

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

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

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