Html Css Color HEX #EDDC58 Portica

📋 copy color: '#EDDC58'

red 237 ◦ green 220 ◦ blue 88

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

Shades of Portica #EDDC58

Tints of Portica #EDDC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.15%

R = 43.49%
G = 40.37%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDDC58 (or 0xEDDC58) is known color: Portica. HEX triplet: ED, DC and 58. RGB value is (237,220,88). Sum of RGB (Red+Green+Blue) = 237+220+88=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC58 is #1223A7. Grayscale: #D2D2D2. Windows color (decimal): -1188776 or 5823725. OLE color: 5823725.

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

Color convert

RGB 237 220 88 -
CMYK 0 0.07 0.63 0.07
HSL 53.15º 0.81% 0.64% -
HSV(B) 53.15º 0.63% 0.93% -
XYZ 62.28 69.9 19.44 -
YUV 210.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 237 220 88 0 0.07 0.63 0.07 53.15 0.81 0.64
Hex ED DC 58 0 7 3F 7 35 51 40
Octal 355 334 130 0 7 77 7 65 121 100
Binary 11101101 11011100 1011000 0 111 111111 111 110101 1010001 1000000

Color Harmonies of #EDDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC58

Black with #EDDC58

Text Example


Text Example

White with #EDDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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