Html Css Color HEX #EEDC63 Portica

📋 copy color: '#EEDC63'

red 238 ◦ green 220 ◦ blue 99

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

Shades of Portica #EEDC63

Tints of Portica #EEDC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.77%

R = 42.73%
G = 39.5%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEDC63 (or 0xEEDC63) is known color: Portica. HEX triplet: EE, DC and 63. RGB value is (238,220,99). Sum of RGB (Red+Green+Blue) = 238+220+99=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC63 is #11239C. Grayscale: #D4D4D4. Windows color (decimal): -1123229 or 6544622. OLE color: 6544622.

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

Color convert

RGB 238 220 99 -
CMYK 0 0.08 0.58 0.07
HSL 52.23º 0.8% 0.66% -
HSV(B) 52.23º 0.58% 0.93% -
XYZ 63.11 70.26 22.04 -
YUV 211.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 238 220 99 0 0.08 0.58 0.07 52.23 0.8 0.66
Hex EE DC 63 0 8 3A 7 34 50 42
Octal 356 334 143 0 10 72 7 64 120 102
Binary 11101110 11011100 1100011 0 1000 111010 111 110100 1010000 1000010

Color Harmonies of #EEDC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC63

Black with #EEDC63

Text Example


Text Example

White with #EEDC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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