Html Css Color HEX #EED056 Portica

📋 copy color: '#EED056'

red 238 ◦ green 208 ◦ blue 86

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

Shades of Portica #EED056

Tints of Portica #EED056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

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

R = 44.74%
G = 39.1%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EED056 (or 0xEED056) is known color: Portica. HEX triplet: EE, D0 and 56. RGB value is (238,208,86). Sum of RGB (Red+Green+Blue) = 238+208+86=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED056 is #112FA9. Grayscale: #CBCBCB. Windows color (decimal): -1126314 or 5689582. OLE color: 5689582.

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

Color convert

RGB 238 208 86 -
CMYK 0 0.13 0.64 0.07
HSL 48.16º 0.82% 0.64% -
HSV(B) 48.16º 0.64% 0.93% -
XYZ 59.5 63.96 18.01 -
YUV 203.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 238 208 86 0 0.13 0.64 0.07 48.16 0.82 0.64
Hex EE D0 56 0 D 40 7 30 52 40
Octal 356 320 126 0 15 100 7 60 122 100
Binary 11101110 11010000 1010110 0 1101 1000000 111 110000 1010010 1000000

Color Harmonies of #EED056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED056

Black with #EED056

Text Example


Text Example

White with #EED056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED056; }

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

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

background-color css

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

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

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

border-color css

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

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

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