Html Css Color HEX #E7D45F Portica

📋 copy color: '#E7D45F'

red 231 ◦ green 212 ◦ blue 95

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

Shades of Portica #E7D45F

Tints of Portica #E7D45F

RGB

 RED value IS 231 (90.63% from 255) = 42.94%

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

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

R = 42.94%
G = 39.41%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7D45F (or 0xE7D45F) is known color: Portica. HEX triplet: E7, D4 and 5F. RGB value is (231,212,95). Sum of RGB (Red+Green+Blue) = 231+212+95=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D45F is #182BA0. Grayscale: #CCCCCC. Windows color (decimal): -1584033 or 6280423. OLE color: 6280423.

HSL color Cylindrical-coordinate representation of color #E7D45F: hue angle of 51.62º degrees, saturation: 0.74, 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 #E7D45F is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 212 95 -
CMYK 0 0.08 0.59 0.09
HSL 51.62º 0.74% 0.64% -
HSV(B) 51.62º 0.59% 0.91% -
XYZ 58.56 64.9 20.27 -
YUV 204.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 231 212 95 0 0.08 0.59 0.09 51.62 0.74 0.64
Hex E7 D4 5F 0 8 3B 9 34 4A 40
Octal 347 324 137 0 10 73 11 64 112 100
Binary 11100111 11010100 1011111 0 1000 111011 1001 110100 1001010 1000000

Color Harmonies of #E7D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D45F

Black with #E7D45F

Text Example


Text Example

White with #E7D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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