Html Css Color HEX #E5D058 Portica

📋 copy color: '#E5D058'

red 229 ◦ green 208 ◦ blue 88

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

Shades of Portica #E5D058

Tints of Portica #E5D058

RGB

 RED value IS 229 (89.84% from 255) = 43.62%

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

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

R = 43.62%
G = 39.62%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E5D058 (or 0xE5D058) is known color: Portica. HEX triplet: E5, D0 and 58. RGB value is (229,208,88). Sum of RGB (Red+Green+Blue) = 229+208+88=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D058 is #1A2FA7. Grayscale: #C9C9C9. Windows color (decimal): -1716136 or 5820645. OLE color: 5820645.

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

Color convert

RGB 229 208 88 -
CMYK 0 0.09 0.62 0.10
HSL 51.06º 0.73% 0.62% -
HSV(B) 51.06º 0.62% 0.9% -
XYZ 56.63 62.47 18.31 -
YUV 200.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 229 208 88 0 0.09 0.62 0.10 51.06 0.73 0.62
Hex E5 D0 58 0 9 3E A 33 49 3E
Octal 345 320 130 0 11 76 12 63 111 76
Binary 11100101 11010000 1011000 0 1001 111110 1010 110011 1001001 111110

Color Harmonies of #E5D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D058

Black with #E5D058

Text Example


Text Example

White with #E5D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D058; }

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

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

background-color css

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

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

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

border-color css

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

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

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