Html Css Color HEX #EED858 Portica

📋 copy color: '#EED858'

red 238 ◦ green 216 ◦ blue 88

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

Shades of Portica #EED858

Tints of Portica #EED858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.85%

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

R = 43.91%
G = 39.85%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EED858 (or 0xEED858) is known color: Portica. HEX triplet: EE, D8 and 58. RGB value is (238,216,88). Sum of RGB (Red+Green+Blue) = 238+216+88=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED858 is #1127A7. Grayscale: #D0D0D0. Windows color (decimal): -1124264 or 5822702. OLE color: 5822702.

HSL color Cylindrical-coordinate representation of color #EED858: hue angle of 51.2º 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 #EED858 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 88 -
CMYK 0 0.09 0.63 0.07
HSL 51.2º 0.82% 0.64% -
HSV(B) 51.2º 0.63% 0.93% -
XYZ 61.58 67.99 19.11 -
YUV 207.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 238 216 88 0 0.09 0.63 0.07 51.2 0.82 0.64
Hex EE D8 58 0 9 3F 7 33 52 40
Octal 356 330 130 0 11 77 7 63 122 100
Binary 11101110 11011000 1011000 0 1001 111111 111 110011 1010010 1000000

Color Harmonies of #EED858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED858

Black with #EED858

Text Example


Text Example

White with #EED858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED858; }

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

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

background-color css

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

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

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

border-color css

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

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

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