Html Css Color HEX #EED756 Portica

📋 copy color: '#EED756'

red 238 ◦ green 215 ◦ blue 86

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

Shades of Portica #EED756

Tints of Portica #EED756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 44.16%
G = 39.89%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EED756 (or 0xEED756) is known color: Portica. HEX triplet: EE, D7 and 56. RGB value is (238,215,86). Sum of RGB (Red+Green+Blue) = 238+215+86=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED756 is #1128A9. Grayscale: #CFCFCF. Windows color (decimal): -1124522 or 5691374. OLE color: 5691374.

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

Color convert

RGB 238 215 86 -
CMYK 0 0.10 0.64 0.07
HSL 50.92º 0.82% 0.64% -
HSV(B) 50.92º 0.64% 0.93% -
XYZ 61.24 67.45 18.6 -
YUV 207.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 238 215 86 0 0.10 0.64 0.07 50.92 0.82 0.64
Hex EE D7 56 0 A 40 7 33 52 40
Octal 356 327 126 0 12 100 7 63 122 100
Binary 11101110 11010111 1010110 0 1010 1000000 111 110011 1010010 1000000

Color Harmonies of #EED756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED756

Black with #EED756

Text Example


Text Example

White with #EED756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED756; }

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

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

background-color css

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

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

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

border-color css

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

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

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