Html Css Color HEX #EDD556 Portica

📋 copy color: '#EDD556'

red 237 ◦ green 213 ◦ blue 86

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

Shades of Portica #EDD556

Tints of Portica #EDD556

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 44.22%
G = 39.74%
B = 16.04%

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

#EDD556 (or 0xEDD556) is known color: Portica. HEX triplet: ED, D5 and 56. RGB value is (237,213,86). Sum of RGB (Red+Green+Blue) = 237+213+86=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD556 is #122AA9. Grayscale: #CECECE. Windows color (decimal): -1190570 or 5690861. OLE color: 5690861.

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

Color convert

RGB 237 213 86 -
CMYK 0 0.10 0.64 0.07
HSL 50.46º 0.81% 0.63% -
HSV(B) 50.46º 0.64% 0.93% -
XYZ 60.4 66.26 18.41 -
YUV 205.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 237 213 86 0 0.10 0.64 0.07 50.46 0.81 0.63
Hex ED D5 56 0 A 40 7 32 51 3F
Octal 355 325 126 0 12 100 7 62 121 77
Binary 11101101 11010101 1010110 0 1010 1000000 111 110010 1010001 111111

Color Harmonies of #EDD556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD556

Black with #EDD556

Text Example


Text Example

White with #EDD556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD556; }

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

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

background-color css

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

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

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

border-color css

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

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

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