Html Css Color HEX #E8D053 Portica

📋 copy color: '#E8D053'

red 232 ◦ green 208 ◦ blue 83

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

Shades of Portica #E8D053

Tints of Portica #E8D053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.87%

R = 44.36%
G = 39.77%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E8D053 (or 0xE8D053) is known color: Portica. HEX triplet: E8, D0 and 53. RGB value is (232,208,83). Sum of RGB (Red+Green+Blue) = 232+208+83=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D053 is #172FAC. Grayscale: #C9C9C9. Windows color (decimal): -1519533 or 5492968. OLE color: 5492968.

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

Color convert

RGB 232 208 83 -
CMYK 0 0.10 0.64 0.09
HSL 50.34º 0.76% 0.62% -
HSV(B) 50.34º 0.64% 0.91% -
XYZ 57.4 62.89 17.3 -
YUV 200.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 232 208 83 0 0.10 0.64 0.09 50.34 0.76 0.62
Hex E8 D0 53 0 A 40 9 32 4C 3E
Octal 350 320 123 0 12 100 11 62 114 76
Binary 11101000 11010000 1010011 0 1010 1000000 1001 110010 1001100 111110

Color Harmonies of #E8D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D053

Black with #E8D053

Text Example


Text Example

White with #E8D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D053; }

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

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

background-color css

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

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

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

border-color css

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

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

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