Html Css Color HEX #EDD959 Portica

📋 copy color: '#EDD959'

red 237 ◦ green 217 ◦ blue 89

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

Shades of Portica #EDD959

Tints of Portica #EDD959

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 89 (35.16% from 255) = 16.39%

R = 43.65%
G = 39.96%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD959 (or 0xEDD959) is known color: Portica. HEX triplet: ED, D9 and 59. RGB value is (237,217,89). Sum of RGB (Red+Green+Blue) = 237+217+89=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD959 is #1226A6. Grayscale: #D0D0D0. Windows color (decimal): -1189543 or 5888493. OLE color: 5888493.

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

Color convert

RGB 237 217 89 -
CMYK 0 0.08 0.62 0.07
HSL 51.89º 0.8% 0.64% -
HSV(B) 51.89º 0.62% 0.93% -
XYZ 61.54 68.35 19.4 -
YUV 208.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 237 217 89 0 0.08 0.62 0.07 51.89 0.8 0.64
Hex ED D9 59 0 8 3E 7 34 50 40
Octal 355 331 131 0 10 76 7 64 120 100
Binary 11101101 11011001 1011001 0 1000 111110 111 110100 1010000 1000000

Color Harmonies of #EDD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD959

Black with #EDD959

Text Example


Text Example

White with #EDD959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD959; }

 p { color: rgb(237,217,89); }

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

background-color css

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

 a { background-color: rgb(237,217,89); }

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

border-color css

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

 span { border-color: rgb(237,217,89); }

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