Html Css Color HEX #E9D35F Portica

📋 copy color: '#E9D35F'

red 233 ◦ green 211 ◦ blue 95

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

Shades of Portica #E9D35F

Tints of Portica #E9D35F

RGB

 RED value IS 233 (91.41% from 255) = 43.23%

 GREEN value IS 211 (82.81% from 255) = 39.15%

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

R = 43.23%
G = 39.15%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9D35F (or 0xE9D35F) is known color: Portica. HEX triplet: E9, D3 and 5F. RGB value is (233,211,95). Sum of RGB (Red+Green+Blue) = 233+211+95=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D35F is #162CA0. Grayscale: #CCCCCC. Windows color (decimal): -1453217 or 6280169. OLE color: 6280169.

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

Color convert

RGB 233 211 95 -
CMYK 0 0.09 0.59 0.09
HSL 50.43º 0.76% 0.64% -
HSV(B) 50.43º 0.59% 0.91% -
XYZ 58.96 64.74 20.21 -
YUV 204.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 233 211 95 0 0.09 0.59 0.09 50.43 0.76 0.64
Hex E9 D3 5F 0 9 3B 9 32 4C 40
Octal 351 323 137 0 11 73 11 62 114 100
Binary 11101001 11010011 1011111 0 1001 111011 1001 110010 1001100 1000000

Color Harmonies of #E9D35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D35F

Black with #E9D35F

Text Example


Text Example

White with #E9D35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D35F; }

 p { color: rgb(233,211,95); }

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

background-color css

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

 a { background-color: rgb(233,211,95); }

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

border-color css

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

 span { border-color: rgb(233,211,95); }

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