Html Css Color HEX #EED959 Portica

📋 copy color: '#EED959'

red 238 ◦ green 217 ◦ blue 89

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

Shades of Portica #EED959

Tints of Portica #EED959

RGB

 RED value IS 238 (93.36% from 255) = 43.75%

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 89 (35.16% from 255) = 16.36%

R = 43.75%
G = 39.89%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED959 (or 0xEED959) is known color: Portica. HEX triplet: EE, D9 and 59. RGB value is (238,217,89). Sum of RGB (Red+Green+Blue) = 238+217+89=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED959 is #1126A6. Grayscale: #D1D1D1. Windows color (decimal): -1124007 or 5888494. OLE color: 5888494.

HSL color Cylindrical-coordinate representation of color #EED959: hue angle of 51.54º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EED959 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 89 -
CMYK 0 0.09 0.63 0.07
HSL 51.54º 0.81% 0.64% -
HSV(B) 51.54º 0.63% 0.93% -
XYZ 61.88 68.52 19.42 -
YUV 208.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 238 217 89 0 0.09 0.63 0.07 51.54 0.81 0.64
Hex EE D9 59 0 9 3F 7 34 51 40
Octal 356 331 131 0 11 77 7 64 121 100
Binary 11101110 11011001 1011001 0 1001 111111 111 110100 1010001 1000000

Color Harmonies of #EED959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED959

Black with #EED959

Text Example


Text Example

White with #EED959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED959; }

 p { color: rgb(238,217,89); }

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

background-color css

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

 a { background-color: rgb(238,217,89); }

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

border-color css

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

 span { border-color: rgb(238,217,89); }

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