Html Css Color HEX #EED561 Portica

📋 copy color: '#EED561'

red 238 ◦ green 213 ◦ blue 97

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

Shades of Portica #EED561

Tints of Portica #EED561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.7%

R = 43.43%
G = 38.87%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EED561 (or 0xEED561) is known color: Portica. HEX triplet: EE, D5 and 61. RGB value is (238,213,97). Sum of RGB (Red+Green+Blue) = 238+213+97=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED561 is #112A9E. Grayscale: #CFCFCF. Windows color (decimal): -1125023 or 6411758. OLE color: 6411758.

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

Color convert

RGB 238 213 97 -
CMYK 0 0.11 0.59 0.07
HSL 49.36º 0.81% 0.66% -
HSV(B) 49.36º 0.59% 0.93% -
XYZ 61.21 66.63 20.94 -
YUV 207.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 238 213 97 0 0.11 0.59 0.07 49.36 0.81 0.66
Hex EE D5 61 0 B 3B 7 31 51 42
Octal 356 325 141 0 13 73 7 61 121 102
Binary 11101110 11010101 1100001 0 1011 111011 111 110001 1010001 1000010

Color Harmonies of #EED561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED561

Black with #EED561

Text Example


Text Example

White with #EED561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED561; }

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

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

background-color css

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

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

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

border-color css

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

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

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