Html Css Color HEX #EDD155 Portica

📋 copy color: '#EDD155'

red 237 ◦ green 209 ◦ blue 85

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

Shades of Portica #EDD155

Tints of Portica #EDD155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.01%

R = 44.63%
G = 39.36%
B = 16.01%

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

#EDD155 (or 0xEDD155) is known color: Portica. HEX triplet: ED, D1 and 55. RGB value is (237,209,85). Sum of RGB (Red+Green+Blue) = 237+209+85=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD155 is #122EAA. Grayscale: #CBCBCB. Windows color (decimal): -1191595 or 5624301. OLE color: 5624301.

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

Color convert

RGB 237 209 85 -
CMYK 0 0.12 0.64 0.07
HSL 48.95º 0.81% 0.63% -
HSV(B) 48.95º 0.64% 0.93% -
XYZ 59.37 64.26 17.87 -
YUV 203.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 237 209 85 0 0.12 0.64 0.07 48.95 0.81 0.63
Hex ED D1 55 0 C 40 7 31 51 3F
Octal 355 321 125 0 14 100 7 61 121 77
Binary 11101101 11010001 1010101 0 1100 1000000 111 110001 1010001 111111

Color Harmonies of #EDD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD155

Black with #EDD155

Text Example


Text Example

White with #EDD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD155; }

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

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

background-color css

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

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

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

border-color css

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

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

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