Html Css Color HEX #EDD050 Portica

📋 copy color: '#EDD050'

red 237 ◦ green 208 ◦ blue 80

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

Shades of Portica #EDD050

Tints of Portica #EDD050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 45.14%
G = 39.62%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD050 (or 0xEDD050) is known color: Portica. HEX triplet: ED, D0 and 50. RGB value is (237,208,80). Sum of RGB (Red+Green+Blue) = 237+208+80=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD050 is #122FAF. Grayscale: #CACACA. Windows color (decimal): -1191856 or 5296365. OLE color: 5296365.

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

Color convert

RGB 237 208 80 -
CMYK 0 0.12 0.66 0.07
HSL 48.92º 0.81% 0.62% -
HSV(B) 48.92º 0.66% 0.93% -
XYZ 58.93 63.7 16.78 -
YUV 202.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 237 208 80 0 0.12 0.66 0.07 48.92 0.81 0.62
Hex ED D0 50 0 C 42 7 31 51 3E
Octal 355 320 120 0 14 102 7 61 121 76
Binary 11101101 11010000 1010000 0 1100 1000010 111 110001 1010001 111110

Color Harmonies of #EDD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD050

Black with #EDD050

Text Example


Text Example

White with #EDD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD050; }

 p { color: rgb(237,208,80); }

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

background-color css

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

 a { background-color: rgb(237,208,80); }

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

border-color css

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

 span { border-color: rgb(237,208,80); }

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