Html Css Color HEX #E8D45F Portica

📋 copy color: '#E8D45F'

red 232 ◦ green 212 ◦ blue 95

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

Shades of Portica #E8D45F

Tints of Portica #E8D45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 43.04%
G = 39.33%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8D45F (or 0xE8D45F) is known color: Portica. HEX triplet: E8, D4 and 5F. RGB value is (232,212,95). Sum of RGB (Red+Green+Blue) = 232+212+95=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D45F is #172BA0. Grayscale: #CDCDCD. Windows color (decimal): -1518497 or 6280424. OLE color: 6280424.

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

Color convert

RGB 232 212 95 -
CMYK 0 0.09 0.59 0.09
HSL 51.24º 0.75% 0.64% -
HSV(B) 51.24º 0.59% 0.91% -
XYZ 58.89 65.07 20.28 -
YUV 204.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 232 212 95 0 0.09 0.59 0.09 51.24 0.75 0.64
Hex E8 D4 5F 0 9 3B 9 33 4B 40
Octal 350 324 137 0 11 73 11 63 113 100
Binary 11101000 11010100 1011111 0 1001 111011 1001 110011 1001011 1000000

Color Harmonies of #E8D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D45F

Black with #E8D45F

Text Example


Text Example

White with #E8D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D45F; }

 p { color: rgb(232,212,95); }

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

background-color css

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

 a { background-color: rgb(232,212,95); }

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

border-color css

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

 span { border-color: rgb(232,212,95); }

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