Html Css Color HEX #E8D152 Portica

📋 copy color: '#E8D152'

red 232 ◦ green 209 ◦ blue 82

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

Shades of Portica #E8D152

Tints of Portica #E8D152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.68%

R = 44.36%
G = 39.96%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E8D152 (or 0xE8D152) is known color: Portica. HEX triplet: E8, D1 and 52. RGB value is (232,209,82). Sum of RGB (Red+Green+Blue) = 232+209+82=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D152 is #172EAD. Grayscale: #C9C9C9. Windows color (decimal): -1519278 or 5427688. OLE color: 5427688.

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

Color convert

RGB 232 209 82 -
CMYK 0 0.10 0.65 0.09
HSL 50.8º 0.77% 0.62% -
HSV(B) 50.8º 0.65% 0.91% -
XYZ 57.6 63.37 17.18 -
YUV 201.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 232 209 82 0 0.10 0.65 0.09 50.8 0.77 0.62
Hex E8 D1 52 0 A 41 9 33 4D 3E
Octal 350 321 122 0 12 101 11 63 115 76
Binary 11101000 11010001 1010010 0 1010 1000001 1001 110011 1001101 111110

Color Harmonies of #E8D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D152

Black with #E8D152

Text Example


Text Example

White with #E8D152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D152; }

 p { color: rgb(232,209,82); }

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

background-color css

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

 a { background-color: rgb(232,209,82); }

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

border-color css

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

 span { border-color: rgb(232,209,82); }

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