Html Css Color HEX #EDDC50 Portica

📋 copy color: '#EDDC50'

red 237 ◦ green 220 ◦ blue 80

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

Shades of Portica #EDDC50

Tints of Portica #EDDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 44.13%
G = 40.97%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDDC50 (or 0xEDDC50) is known color: Portica. HEX triplet: ED, DC and 50. RGB value is (237,220,80). Sum of RGB (Red+Green+Blue) = 237+220+80=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC50 is #1223AF. Grayscale: #D1D1D1. Windows color (decimal): -1188784 or 5299437. OLE color: 5299437.

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

Color convert

RGB 237 220 80 -
CMYK 0 0.07 0.66 0.07
HSL 53.5º 0.81% 0.62% -
HSV(B) 53.5º 0.66% 0.93% -
XYZ 61.97 69.77 17.79 -
YUV 209.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 237 220 80 0 0.07 0.66 0.07 53.5 0.81 0.62
Hex ED DC 50 0 7 42 7 36 51 3E
Octal 355 334 120 0 7 102 7 66 121 76
Binary 11101101 11011100 1010000 0 111 1000010 111 110110 1010001 111110

Color Harmonies of #EDDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC50

Black with #EDDC50

Text Example


Text Example

White with #EDDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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