Html Css Color HEX #EEDC55 Portica

📋 copy color: '#EEDC55'

red 238 ◦ green 220 ◦ blue 85

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

Shades of Portica #EEDC55

Tints of Portica #EEDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 43.83%
G = 40.52%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEDC55 (or 0xEEDC55) is known color: Portica. HEX triplet: EE, DC and 55. RGB value is (238,220,85). Sum of RGB (Red+Green+Blue) = 238+220+85=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC55 is #1123AA. Grayscale: #D2D2D2. Windows color (decimal): -1123243 or 5627118. OLE color: 5627118.

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

Color convert

RGB 238 220 85 -
CMYK 0 0.08 0.64 0.07
HSL 52.94º 0.82% 0.63% -
HSV(B) 52.94º 0.64% 0.93% -
XYZ 62.49 70.02 18.82 -
YUV 209.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 238 220 85 0 0.08 0.64 0.07 52.94 0.82 0.63
Hex EE DC 55 0 8 40 7 35 52 3F
Octal 356 334 125 0 10 100 7 65 122 77
Binary 11101110 11011100 1010101 0 1000 1000000 111 110101 1010010 111111

Color Harmonies of #EEDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC55

Black with #EEDC55

Text Example


Text Example

White with #EEDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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