Html Css Color HEX #EED560 Portica

📋 copy color: '#EED560'

red 238 ◦ green 213 ◦ blue 96

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

Shades of Portica #EED560

Tints of Portica #EED560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 96 (37.89% from 255) = 17.55%

R = 43.51%
G = 38.94%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EED560 (or 0xEED560) is known color: Portica. HEX triplet: EE, D5 and 60. RGB value is (238,213,96). Sum of RGB (Red+Green+Blue) = 238+213+96=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EED560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED560 is #112A9F. Grayscale: #CFCFCF. Windows color (decimal): -1125024 or 6346222. OLE color: 6346222.

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

Color convert

RGB 238 213 96 -
CMYK 0 0.11 0.60 0.07
HSL 49.44º 0.81% 0.65% -
HSV(B) 49.44º 0.6% 0.93% -
XYZ 61.17 66.61 20.7 -
YUV 207.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 238 213 96 0 0.11 0.60 0.07 49.44 0.81 0.65
Hex EE D5 60 0 B 3C 7 31 51 41
Octal 356 325 140 0 13 74 7 61 121 101
Binary 11101110 11010101 1100000 0 1011 111100 111 110001 1010001 1000001

Color Harmonies of #EED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED560

Black with #EED560

Text Example


Text Example

White with #EED560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED560; }

 p { color: rgb(238,213,96); }

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

background-color css

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

 a { background-color: rgb(238,213,96); }

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

border-color css

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

 span { border-color: rgb(238,213,96); }

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