Html Css Color HEX #EDDC56 Portica

📋 copy color: '#EDDC56'

red 237 ◦ green 220 ◦ blue 86

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

Shades of Portica #EDDC56

Tints of Portica #EDDC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.84%

R = 43.65%
G = 40.52%
B = 15.84%

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

#EDDC56 (or 0xEDDC56) is known color: Portica. HEX triplet: ED, DC and 56. RGB value is (237,220,86). Sum of RGB (Red+Green+Blue) = 237+220+86=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC56 is #1223A9. Grayscale: #D2D2D2. Windows color (decimal): -1188778 or 5692653. OLE color: 5692653.

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

Color convert

RGB 237 220 86 -
CMYK 0 0.07 0.64 0.07
HSL 53.25º 0.81% 0.63% -
HSV(B) 53.25º 0.64% 0.93% -
XYZ 62.2 69.86 19.01 -
YUV 209.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 237 220 86 0 0.07 0.64 0.07 53.25 0.81 0.63
Hex ED DC 56 0 7 40 7 35 51 3F
Octal 355 334 126 0 7 100 7 65 121 77
Binary 11101101 11011100 1010110 0 111 1000000 111 110101 1010001 111111

Color Harmonies of #EDDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC56

Black with #EDDC56

Text Example


Text Example

White with #EDDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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