Html Css Color HEX #EEDC5E Portica

📋 copy color: '#EEDC5E'

red 238 ◦ green 220 ◦ blue 94

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

Shades of Portica #EEDC5E

Tints of Portica #EEDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 43.12%
G = 39.86%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEDC5E (or 0xEEDC5E) is known color: Portica. HEX triplet: EE, DC and 5E. RGB value is (238,220,94). Sum of RGB (Red+Green+Blue) = 238+220+94=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC5E is #1123A1. Grayscale: #D3D3D3. Windows color (decimal): -1123234 or 6216942. OLE color: 6216942.

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

Color convert

RGB 238 220 94 -
CMYK 0 0.08 0.61 0.07
HSL 52.5º 0.81% 0.65% -
HSV(B) 52.5º 0.61% 0.93% -
XYZ 62.87 70.17 20.82 -
YUV 211.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 238 220 94 0 0.08 0.61 0.07 52.5 0.81 0.65
Hex EE DC 5E 0 8 3D 7 34 51 41
Octal 356 334 136 0 10 75 7 64 121 101
Binary 11101110 11011100 1011110 0 1000 111101 111 110100 1010001 1000001

Color Harmonies of #EEDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC5E

Black with #EEDC5E

Text Example


Text Example

White with #EEDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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