Html Css Color HEX #E9D25E Portica

📋 copy color: '#E9D25E'

red 233 ◦ green 210 ◦ blue 94

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

Shades of Portica #E9D25E

Tints of Portica #E9D25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.5%

R = 43.39%
G = 39.11%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9D25E (or 0xE9D25E) is known color: Portica. HEX triplet: E9, D2 and 5E. RGB value is (233,210,94). Sum of RGB (Red+Green+Blue) = 233+210+94=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D25E is #162DA1. Grayscale: #CCCCCC. Windows color (decimal): -1453474 or 6214377. OLE color: 6214377.

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

Color convert

RGB 233 210 94 -
CMYK 0 0.10 0.60 0.09
HSL 50.07º 0.76% 0.64% -
HSV(B) 50.07º 0.6% 0.91% -
XYZ 58.67 64.22 19.89 -
YUV 203.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 233 210 94 0 0.10 0.60 0.09 50.07 0.76 0.64
Hex E9 D2 5E 0 A 3C 9 32 4C 40
Octal 351 322 136 0 12 74 11 62 114 100
Binary 11101001 11010010 1011110 0 1010 111100 1001 110010 1001100 1000000

Color Harmonies of #E9D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D25E

Black with #E9D25E

Text Example


Text Example

White with #E9D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D25E; }

 p { color: rgb(233,210,94); }

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

background-color css

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

 a { background-color: rgb(233,210,94); }

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

border-color css

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

 span { border-color: rgb(233,210,94); }

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