Html Css Color HEX #EEDD50 Portica

📋 copy color: '#EEDD50'

red 238 ◦ green 221 ◦ blue 80

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

Shades of Portica #EEDD50

Tints of Portica #EEDD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 44.16%
G = 41%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEDD50 (or 0xEEDD50) is known color: Portica. HEX triplet: EE, DD and 50. RGB value is (238,221,80). Sum of RGB (Red+Green+Blue) = 238+221+80=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD50 is #1122AF. Grayscale: #D2D2D2. Windows color (decimal): -1122992 or 5299694. OLE color: 5299694.

HSL color Cylindrical-coordinate representation of color #EEDD50: hue angle of 53.54º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEDD50 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 80 -
CMYK 0 0.07 0.66 0.07
HSL 53.54º 0.82% 0.62% -
HSV(B) 53.54º 0.66% 0.93% -
XYZ 62.56 70.47 17.89 -
YUV 210.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 238 221 80 0 0.07 0.66 0.07 53.54 0.82 0.62
Hex EE DD 50 0 7 42 7 36 52 3E
Octal 356 335 120 0 7 102 7 66 122 76
Binary 11101110 11011101 1010000 0 111 1000010 111 110110 1010010 111110

Color Harmonies of #EEDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD50

Black with #EEDD50

Text Example


Text Example

White with #EEDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD50; }

 p { color: rgb(238,221,80); }

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

background-color css

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

 a { background-color: rgb(238,221,80); }

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

border-color css

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

 span { border-color: rgb(238,221,80); }

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