Html Css Color HEX #EDD156 Portica

📋 copy color: '#EDD156'

red 237 ◦ green 209 ◦ blue 86

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

Shades of Portica #EDD156

Tints of Portica #EDD156

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

 GREEN value IS 209 (82.03% from 255) = 39.29%

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

R = 44.55%
G = 39.29%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD156 (or 0xEDD156) is known color: Portica. HEX triplet: ED, D1 and 56. RGB value is (237,209,86). Sum of RGB (Red+Green+Blue) = 237+209+86=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD156 is #122EA9. Grayscale: #CBCBCB. Windows color (decimal): -1191594 or 5689837. OLE color: 5689837.

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

Color convert

RGB 237 209 86 -
CMYK 0 0.12 0.64 0.07
HSL 48.87º 0.81% 0.63% -
HSV(B) 48.87º 0.64% 0.93% -
XYZ 59.41 64.28 18.08 -
YUV 203.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 237 209 86 0 0.12 0.64 0.07 48.87 0.81 0.63
Hex ED D1 56 0 C 40 7 31 51 3F
Octal 355 321 126 0 14 100 7 61 121 77
Binary 11101101 11010001 1010110 0 1100 1000000 111 110001 1010001 111111

Color Harmonies of #EDD156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD156

Black with #EDD156

Text Example


Text Example

White with #EDD156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD156; }

 p { color: rgb(237,209,86); }

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

background-color css

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

 a { background-color: rgb(237,209,86); }

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

border-color css

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

 span { border-color: rgb(237,209,86); }

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