Html Css Color HEX #EDD059 Portica

📋 copy color: '#EDD059'

red 237 ◦ green 208 ◦ blue 89

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

Shades of Portica #EDD059

Tints of Portica #EDD059

RGB

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

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

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

R = 44.38%
G = 38.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD059 (or 0xEDD059) is known color: Portica. HEX triplet: ED, D0 and 59. RGB value is (237,208,89). Sum of RGB (Red+Green+Blue) = 237+208+89=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD059 is #122FA6. Grayscale: #CBCBCB. Windows color (decimal): -1191847 or 5886189. OLE color: 5886189.

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

Color convert

RGB 237 208 89 -
CMYK 0 0.12 0.62 0.07
HSL 48.24º 0.8% 0.64% -
HSV(B) 48.24º 0.62% 0.93% -
XYZ 59.28 63.84 18.65 -
YUV 203.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 237 208 89 0 0.12 0.62 0.07 48.24 0.8 0.64
Hex ED D0 59 0 C 3E 7 30 50 40
Octal 355 320 131 0 14 76 7 60 120 100
Binary 11101101 11010000 1011001 0 1100 111110 111 110000 1010000 1000000

Color Harmonies of #EDD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD059

Black with #EDD059

Text Example


Text Example

White with #EDD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD059; }

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

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

background-color css

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

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

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

border-color css

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

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

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