Html Css Color HEX #EED558 Portica

📋 copy color: '#EED558'

red 238 ◦ green 213 ◦ blue 88

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

Shades of Portica #EED558

Tints of Portica #EED558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.33%

R = 44.16%
G = 39.52%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED558 (or 0xEED558) is known color: Portica. HEX triplet: EE, D5 and 58. RGB value is (238,213,88). Sum of RGB (Red+Green+Blue) = 238+213+88=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED558 is #112AA7. Grayscale: #CECECE. Windows color (decimal): -1125032 or 5821934. OLE color: 5821934.

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

Color convert

RGB 238 213 88 -
CMYK 0 0.11 0.63 0.07
HSL 50º 0.82% 0.64% -
HSV(B) 50º 0.63% 0.93% -
XYZ 60.82 66.47 18.86 -
YUV 206.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 238 213 88 0 0.11 0.63 0.07 50 0.82 0.64
Hex EE D5 58 0 B 3F 7 32 52 40
Octal 356 325 130 0 13 77 7 62 122 100
Binary 11101110 11010101 1011000 0 1011 111111 111 110010 1010010 1000000

Color Harmonies of #EED558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED558

Black with #EED558

Text Example


Text Example

White with #EED558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED558; }

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

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

background-color css

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

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

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

border-color css

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

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

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