Html Css Color HEX #EEDC50 Portica

📋 copy color: '#EEDC50'

red 238 ◦ green 220 ◦ blue 80

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

Shades of Portica #EEDC50

Tints of Portica #EEDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 44.24%
G = 40.89%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEDC50 (or 0xEEDC50) is known color: Portica. HEX triplet: EE, DC and 50. RGB value is (238,220,80). Sum of RGB (Red+Green+Blue) = 238+220+80=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC50 is #1123AF. Grayscale: #D2D2D2. Windows color (decimal): -1123248 or 5299438. OLE color: 5299438.

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

Color convert

RGB 238 220 80 -
CMYK 0 0.08 0.66 0.07
HSL 53.16º 0.82% 0.62% -
HSV(B) 53.16º 0.66% 0.93% -
XYZ 62.3 69.94 17.81 -
YUV 209.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 238 220 80 0 0.08 0.66 0.07 53.16 0.82 0.62
Hex EE DC 50 0 8 42 7 35 52 3E
Octal 356 334 120 0 10 102 7 65 122 76
Binary 11101110 11011100 1010000 0 1000 1000010 111 110101 1010010 111110

Color Harmonies of #EEDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC50

Black with #EEDC50

Text Example


Text Example

White with #EEDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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