Html Css Color HEX #EDD157 Portica

📋 copy color: '#EDD157'

red 237 ◦ green 209 ◦ blue 87

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

Shades of Portica #EDD157

Tints of Portica #EDD157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.32%

R = 44.47%
G = 39.21%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDD157 (or 0xEDD157) is known color: Portica. HEX triplet: ED, D1 and 57. RGB value is (237,209,87). Sum of RGB (Red+Green+Blue) = 237+209+87=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD157 is #122EA8. Grayscale: #CBCBCB. Windows color (decimal): -1191593 or 5755373. OLE color: 5755373.

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

Color convert

RGB 237 209 87 -
CMYK 0 0.12 0.63 0.07
HSL 48.8º 0.81% 0.64% -
HSV(B) 48.8º 0.63% 0.93% -
XYZ 59.45 64.29 18.29 -
YUV 203.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 237 209 87 0 0.12 0.63 0.07 48.8 0.81 0.64
Hex ED D1 57 0 C 3F 7 31 51 40
Octal 355 321 127 0 14 77 7 61 121 100
Binary 11101101 11010001 1010111 0 1100 111111 111 110001 1010001 1000000

Color Harmonies of #EDD157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD157

Black with #EDD157

Text Example


Text Example

White with #EDD157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD157; }

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

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

background-color css

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

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

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

border-color css

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

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

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