Html Css Color HEX #EEDC5A Portica

📋 copy color: '#EEDC5A'

red 238 ◦ green 220 ◦ blue 90

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

Shades of Portica #EEDC5A

Tints of Portica #EEDC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 43.43%
G = 40.15%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEDC5A (or 0xEEDC5A) is known color: Portica. HEX triplet: EE, DC and 5A. RGB value is (238,220,90). Sum of RGB (Red+Green+Blue) = 238+220+90=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC5A is #1123A5. Grayscale: #D3D3D3. Windows color (decimal): -1123238 or 5954798. OLE color: 5954798.

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

Color convert

RGB 238 220 90 -
CMYK 0 0.08 0.62 0.07
HSL 52.7º 0.81% 0.64% -
HSV(B) 52.7º 0.62% 0.93% -
XYZ 62.7 70.1 19.9 -
YUV 210.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 238 220 90 0 0.08 0.62 0.07 52.7 0.81 0.64
Hex EE DC 5A 0 8 3E 7 35 51 40
Octal 356 334 132 0 10 76 7 65 121 100
Binary 11101110 11011100 1011010 0 1000 111110 111 110101 1010001 1000000

Color Harmonies of #EEDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC5A

Black with #EEDC5A

Text Example


Text Example

White with #EEDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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