Html Css Color HEX #E8CD5A Portica

📋 copy color: '#E8CD5A'

red 232 ◦ green 205 ◦ blue 90

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

Shades of Portica #E8CD5A

Tints of Portica #E8CD5A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 44.02%
G = 38.9%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8CD5A (or 0xE8CD5A) is known color: Portica. HEX triplet: E8, CD and 5A. RGB value is (232,205,90). Sum of RGB (Red+Green+Blue) = 232+205+90=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD5A is #1732A5. Grayscale: #C8C8C8. Windows color (decimal): -1520294 or 5950952. OLE color: 5950952.

HSL color Cylindrical-coordinate representation of color #E8CD5A: hue angle of 48.59º 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 #E8CD5A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 205 90 -
CMYK 0 0.12 0.61 0.09
HSL 48.59º 0.76% 0.63% -
HSV(B) 48.59º 0.61% 0.91% -
XYZ 56.96 61.56 18.55 -
YUV 199.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 232 205 90 0 0.12 0.61 0.09 48.59 0.76 0.63
Hex E8 CD 5A 0 C 3D 9 31 4C 3F
Octal 350 315 132 0 14 75 11 61 114 77
Binary 11101000 11001101 1011010 0 1100 111101 1001 110001 1001100 111111

Color Harmonies of #E8CD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CD5A

Black with #E8CD5A

Text Example


Text Example

White with #E8CD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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