Html Css Color HEX #EDDC55 Portica

📋 copy color: '#EDDC55'

red 237 ◦ green 220 ◦ blue 85

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

Shades of Portica #EDDC55

Tints of Portica #EDDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.68%

R = 43.73%
G = 40.59%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDDC55 (or 0xEDDC55) is known color: Portica. HEX triplet: ED, DC and 55. RGB value is (237,220,85). Sum of RGB (Red+Green+Blue) = 237+220+85=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC55 is #1223AA. Grayscale: #D2D2D2. Windows color (decimal): -1188779 or 5627117. OLE color: 5627117.

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

Color convert

RGB 237 220 85 -
CMYK 0 0.07 0.64 0.07
HSL 53.29º 0.81% 0.63% -
HSV(B) 53.29º 0.64% 0.93% -
XYZ 62.16 69.85 18.8 -
YUV 209.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 237 220 85 0 0.07 0.64 0.07 53.29 0.81 0.63
Hex ED DC 55 0 7 40 7 35 51 3F
Octal 355 334 125 0 7 100 7 65 121 77
Binary 11101101 11011100 1010101 0 111 1000000 111 110101 1010001 111111

Color Harmonies of #EDDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC55

Black with #EDDC55

Text Example


Text Example

White with #EDDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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