Html Css Color HEX #E8D25A Portica

📋 copy color: '#E8D25A'

red 232 ◦ green 210 ◦ blue 90

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

Shades of Portica #E8D25A

Tints of Portica #E8D25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.47%

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 43.61%
G = 39.47%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8D25A (or 0xE8D25A) is known color: Portica. HEX triplet: E8, D2 and 5A. RGB value is (232,210,90). Sum of RGB (Red+Green+Blue) = 232+210+90=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D25A is #172DA5. Grayscale: #CBCBCB. Windows color (decimal): -1519014 or 5952232. OLE color: 5952232.

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

Color convert

RGB 232 210 90 -
CMYK 0 0.09 0.61 0.09
HSL 50.7º 0.76% 0.63% -
HSV(B) 50.7º 0.61% 0.91% -
XYZ 58.17 63.99 18.96 -
YUV 202.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 232 210 90 0 0.09 0.61 0.09 50.7 0.76 0.63
Hex E8 D2 5A 0 9 3D 9 33 4C 3F
Octal 350 322 132 0 11 75 11 63 114 77
Binary 11101000 11010010 1011010 0 1001 111101 1001 110011 1001100 111111

Color Harmonies of #E8D25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D25A

Black with #E8D25A

Text Example


Text Example

White with #E8D25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D25A; }

 p { color: rgb(232,210,90); }

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

background-color css

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

 a { background-color: rgb(232,210,90); }

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

border-color css

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

 span { border-color: rgb(232,210,90); }

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