Html Css Color HEX #E8D054 Portica

📋 copy color: '#E8D054'

red 232 ◦ green 208 ◦ blue 84

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

Shades of Portica #E8D054

Tints of Portica #E8D054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 44.27%
G = 39.69%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E8D054 (or 0xE8D054) is known color: Portica. HEX triplet: E8, D0 and 54. RGB value is (232,208,84). Sum of RGB (Red+Green+Blue) = 232+208+84=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D054 is #172FAB. Grayscale: #C9C9C9. Windows color (decimal): -1519532 or 5558504. OLE color: 5558504.

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

Color convert

RGB 232 208 84 -
CMYK 0 0.10 0.64 0.09
HSL 50.27º 0.76% 0.62% -
HSV(B) 50.27º 0.64% 0.91% -
XYZ 57.43 62.91 17.5 -
YUV 201.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 232 208 84 0 0.10 0.64 0.09 50.27 0.76 0.62
Hex E8 D0 54 0 A 40 9 32 4C 3E
Octal 350 320 124 0 12 100 11 62 114 76
Binary 11101000 11010000 1010100 0 1010 1000000 1001 110010 1001100 111110

Color Harmonies of #E8D054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D054

Black with #E8D054

Text Example


Text Example

White with #E8D054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D054; }

 p { color: rgb(232,208,84); }

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

background-color css

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

 a { background-color: rgb(232,208,84); }

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

border-color css

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

 span { border-color: rgb(232,208,84); }

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