Html Css Color HEX #E7D056 Portica

📋 copy color: '#E7D056'

red 231 ◦ green 208 ◦ blue 86

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

Shades of Portica #E7D056

Tints of Portica #E7D056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.38%

R = 44%
G = 39.62%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E7D056 (or 0xE7D056) is known color: Portica. HEX triplet: E7, D0 and 56. RGB value is (231,208,86). Sum of RGB (Red+Green+Blue) = 231+208+86=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D056 is #182FA9. Grayscale: #C9C9C9. Windows color (decimal): -1585066 or 5689575. OLE color: 5689575.

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

Color convert

RGB 231 208 86 -
CMYK 0 0.10 0.63 0.09
HSL 50.48º 0.75% 0.62% -
HSV(B) 50.48º 0.63% 0.91% -
XYZ 57.19 62.77 17.91 -
YUV 200.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 231 208 86 0 0.10 0.63 0.09 50.48 0.75 0.62
Hex E7 D0 56 0 A 3F 9 32 4B 3E
Octal 347 320 126 0 12 77 11 62 113 76
Binary 11100111 11010000 1010110 0 1010 111111 1001 110010 1001011 111110

Color Harmonies of #E7D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D056

Black with #E7D056

Text Example


Text Example

White with #E7D056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D056; }

 p { color: rgb(231,208,86); }

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

background-color css

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

 a { background-color: rgb(231,208,86); }

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

border-color css

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

 span { border-color: rgb(231,208,86); }

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