Html Css Color HEX #EED856 Portica

📋 copy color: '#EED856'

red 238 ◦ green 216 ◦ blue 86

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

Shades of Portica #EED856

Tints of Portica #EED856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.93%

R = 44.07%
G = 40%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EED856 (or 0xEED856) is known color: Portica. HEX triplet: EE, D8 and 56. RGB value is (238,216,86). Sum of RGB (Red+Green+Blue) = 238+216+86=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EED856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED856 is #1127A9. Grayscale: #D0D0D0. Windows color (decimal): -1124266 or 5691630. OLE color: 5691630.

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

Color convert

RGB 238 216 86 -
CMYK 0 0.09 0.64 0.07
HSL 51.32º 0.82% 0.64% -
HSV(B) 51.32º 0.64% 0.93% -
XYZ 61.5 67.96 18.68 -
YUV 207.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 238 216 86 0 0.09 0.64 0.07 51.32 0.82 0.64
Hex EE D8 56 0 9 40 7 33 52 40
Octal 356 330 126 0 11 100 7 63 122 100
Binary 11101110 11011000 1010110 0 1001 1000000 111 110011 1010010 1000000

Color Harmonies of #EED856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED856

Black with #EED856

Text Example


Text Example

White with #EED856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED856; }

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

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

background-color css

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

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

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

border-color css

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

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

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