Html Css Color HEX #EDDC51 Portica

📋 copy color: '#EDDC51'

red 237 ◦ green 220 ◦ blue 81

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

Shades of Portica #EDDC51

Tints of Portica #EDDC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.06%

R = 44.05%
G = 40.89%
B = 15.06%

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

#EDDC51 (or 0xEDDC51) is known color: Portica. HEX triplet: ED, DC and 51. RGB value is (237,220,81). Sum of RGB (Red+Green+Blue) = 237+220+81=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC51 is #1223AE. Grayscale: #D1D1D1. Windows color (decimal): -1188783 or 5364973. OLE color: 5364973.

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

Color convert

RGB 237 220 81 -
CMYK 0 0.07 0.66 0.07
HSL 53.46º 0.81% 0.62% -
HSV(B) 53.46º 0.66% 0.93% -
XYZ 62 69.79 17.99 -
YUV 209.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 237 220 81 0 0.07 0.66 0.07 53.46 0.81 0.62
Hex ED DC 51 0 7 42 7 35 51 3E
Octal 355 334 121 0 7 102 7 65 121 76
Binary 11101101 11011100 1010001 0 111 1000010 111 110101 1010001 111110

Color Harmonies of #EDDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC51

Black with #EDDC51

Text Example


Text Example

White with #EDDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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