Html Css Color HEX #E8D058 Portica

📋 copy color: '#E8D058'

red 232 ◦ green 208 ◦ blue 88

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

Shades of Portica #E8D058

Tints of Portica #E8D058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.67%

R = 43.94%
G = 39.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E8D058 (or 0xE8D058) is known color: Portica. HEX triplet: E8, D0 and 58. RGB value is (232,208,88). Sum of RGB (Red+Green+Blue) = 232+208+88=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D058 is #172FA7. Grayscale: #CACACA. Windows color (decimal): -1519528 or 5820648. OLE color: 5820648.

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

Color convert

RGB 232 208 88 -
CMYK 0 0.10 0.62 0.09
HSL 50º 0.76% 0.63% -
HSV(B) 50º 0.62% 0.91% -
XYZ 57.6 62.97 18.35 -
YUV 201.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 232 208 88 0 0.10 0.62 0.09 50 0.76 0.63
Hex E8 D0 58 0 A 3E 9 32 4C 3F
Octal 350 320 130 0 12 76 11 62 114 77
Binary 11101000 11010000 1011000 0 1010 111110 1001 110010 1001100 111111

Color Harmonies of #E8D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D058

Black with #E8D058

Text Example


Text Example

White with #E8D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D058; }

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

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

background-color css

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

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

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

border-color css

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

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

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