Html Css Color HEX #EEDA59 Portica

📋 copy color: '#EEDA59'

red 238 ◦ green 218 ◦ blue 89

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

Shades of Portica #EEDA59

Tints of Portica #EEDA59

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

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

R = 43.67%
G = 40%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EEDA59 (or 0xEEDA59) is known color: Portica. HEX triplet: EE, DA and 59. RGB value is (238,218,89). Sum of RGB (Red+Green+Blue) = 238+218+89=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 89 (35.16% from 255 or 16.33% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA59 is #1125A6. Grayscale: #D1D1D1. Windows color (decimal): -1123751 or 5888750. OLE color: 5888750.

HSL color Cylindrical-coordinate representation of color #EEDA59: hue angle of 51.95º 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 #EEDA59 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 89 -
CMYK 0 0.08 0.63 0.07
HSL 51.95º 0.81% 0.64% -
HSV(B) 51.95º 0.63% 0.93% -
XYZ 62.13 69.04 19.5 -
YUV 209.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 238 218 89 0 0.08 0.63 0.07 51.95 0.81 0.64
Hex EE DA 59 0 8 3F 7 34 51 40
Octal 356 332 131 0 10 77 7 64 121 100
Binary 11101110 11011010 1011001 0 1000 111111 111 110100 1010001 1000000

Color Harmonies of #EEDA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA59

Black with #EEDA59

Text Example


Text Example

White with #EEDA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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