Html Css Color HEX #EDDC52 Portica

📋 copy color: '#EDDC52'

red 237 ◦ green 220 ◦ blue 82

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

Shades of Portica #EDDC52

Tints of Portica #EDDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.21%

R = 43.97%
G = 40.82%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDDC52 (or 0xEDDC52) is known color: Portica. HEX triplet: ED, DC and 52. RGB value is (237,220,82). Sum of RGB (Red+Green+Blue) = 237+220+82=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC52 is #1223AD. Grayscale: #D1D1D1. Windows color (decimal): -1188782 or 5430509. OLE color: 5430509.

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

Color convert

RGB 237 220 82 -
CMYK 0 0.07 0.65 0.07
HSL 53.42º 0.81% 0.63% -
HSV(B) 53.42º 0.65% 0.93% -
XYZ 62.04 69.8 18.19 -
YUV 209.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 237 220 82 0 0.07 0.65 0.07 53.42 0.81 0.63
Hex ED DC 52 0 7 41 7 35 51 3F
Octal 355 334 122 0 7 101 7 65 121 77
Binary 11101101 11011100 1010010 0 111 1000001 111 110101 1010001 111111

Color Harmonies of #EDDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC52

Black with #EDDC52

Text Example


Text Example

White with #EDDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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